What is the CMYK code for blue purple?
The CSS color blue purple in CMYK format is cmyk(57.8%, 80.1%, 0%, 19.2%). Use this value directly in CSS, SVG, and most design tools.
How do I use blue purple in CSS?
To apply blue purple in CSS:
- Text color: color: cmyk(57.8%, 80.1%, 0%, 19.2%);
- Background: background-color: cmyk(57.8%, 80.1%, 0%, 19.2%);
- Border: border-color: cmyk(57.8%, 80.1%, 0%, 19.2%);
What are all the color format values for blue purple?
| Format | Value |
|---|---|
| HEX | #5729ce |
| RGB | rgb(87, 41, 206) |
| HSL | hsl(256.7, 66.8%, 48.4%) |
| CMYK | cmyk(57.8%, 80.1%, 0%, 19.2%) |
How do I convert blue purple to CMYK?
Select blue purple from the color name list in our color converter. The CMYK value — cmyk(57.8%, 80.1%, 0%, 19.2%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does blue purple belong to?
blue purple belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 256.7°, saturation 66.8%, lightness 48.4%.
How do I create lighter and darker shades of blue purple?
Lighter variant (lightness 63.4%): #8663e0. Darker variant (lightness 33.4%): #3c1c8e. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.