What is the HEX code for purple blue?
The CSS color purple blue in HEX format is #632de9. Use this value directly in CSS, SVG, and most design tools.
How do I use purple blue in CSS?
To apply purple blue in CSS:
- Text color: color: #632de9;
- Background: background-color: #632de9;
- Border: border-color: #632de9;
What are all the color format values for purple blue?
| Format | Value |
|---|---|
| HEX | #632de9 |
| RGB | rgb(99, 45, 233) |
| HSL | hsl(257.2, 81%, 54.5%) |
| CMYK | cmyk(57.5%, 80.7%, 0%, 8.6%) |
How do I convert purple blue to HEX?
Select purple blue from the color name list in our color converter. The HEX value — #632de9 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purple blue belong to?
purple blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 257.2°, saturation 81%, lightness 54.5%.
How do I create lighter and darker shades of purple blue?
Lighter variant (lightness 69.5%): #9672f0. Darker variant (lightness 39.5%): #4213b6. 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.