Convert SVG files from RGB to CMYK
Summary
The article explains how you can convert Scalable Vector Graphic (SVG) files, which use the RGB color model, to SVG files using the CMYK color model with the help of the free and open-source desktop publishing software Scribus. Step by step instructions.
What is Scribus? #
Scribus is a software designed for layout, typesetting, and preparation of files for professional-quality image-setting equipment.
Scribus is free and open-source desktop publishing software available for most desktop operating systems. It can be downloaded and used free of charge. If you like Scribus, please consider donating to the team.
Conversion steps #
- Open the SVG file in Scribus
- Go to “Edit” > “Color and Fills”
- In the “Color and Fills” window, select “Remove Unused”
- In the “Color and Fills” window, select the first color in the list on the left side. Then click “Edit”.
- In the Edit Color window, set the value for Color Model to CMYK. If needed, use the options on the right side of the window to adjust the resulting color. When done, click “OK”.
- Repeat the two previous steps for each color in the SVG file until all colors use the CMYK color model.
- Once done, in the “Color and Fills” window, click “OK”.
Save as CMYK SVG #
- Go to “File” > “Export” > “Safe as SVG …”
- Click “Save”.
The resulting file is a SVG file containing the vector information and colors in CMYK color model.
Save as CMYK PDF #
- Go to “File” > “Export” > “Safe as PDF …”
- In the Save as PDF window, go to the Color tab.
- In the color tab, set the value for Output Intended For to Printer and click “Save”.
The resulting file is a PDF file containing the vector information and colors in CMYK color model needed by e.g. printers. The file can be opened with any vector graphics software such as Illustrator, CorelDraw, and of course Inkscape.
Opening and editing the file in SVG editing software which does not support the CMYK color model, e.g. Inkscape, will again leave you with a file using the RGB color model, once it is saved.
Further readings #
Sources and recommended, further resources on the topic:
License
License: Convert SVG files from RGB to CMYK by Jonas Jared Jacek is licensed under CC BY-SA 4.0.
This license requires that reusers give credit to the creator. It allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, for noncommercial purposes only. To give credit, provide a link back to the original source, the author, and the license e.g. like this:
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://www.ditig.com/convert-rgb-svg-to-cmyk">Convert SVG files from RGB to CMYK</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://www.j15k.com/"></a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="license noopener noreferrer">CC BY-SA 4.0</a>.</p>
For more information see the Ditig legal page.