What is the HEX code for blue purple?
The CSS color blue purple in HEX format is #5729ce. 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: #5729ce;
- Background: background-color: #5729ce;
- Border: border-color: #5729ce;
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 HEX?
Select blue purple from the color name list in our color converter. The HEX value — #5729ce — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.