What is the HEX code for purpley blue?
The CSS color purpley blue in HEX format is #5f34e7. Use this value directly in CSS, SVG, and most design tools.
How do I use purpley blue in CSS?
To apply purpley blue in CSS:
- Text color: color: #5f34e7;
- Background: background-color: #5f34e7;
- Border: border-color: #5f34e7;
What are all the color format values for purpley blue?
| Format | Value |
|---|---|
| HEX | #5f34e7 |
| RGB | rgb(95, 52, 231) |
| HSL | hsl(254.4, 78.9%, 55.5%) |
| CMYK | cmyk(58.9%, 77.5%, 0%, 9.4%) |
How do I convert purpley blue to HEX?
Select purpley blue from the color name list in our color converter. The HEX value — #5f34e7 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purpley blue belong to?
purpley blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 254.4°, saturation 78.9%, lightness 55.5%.
How do I create lighter and darker shades of purpley blue?
Lighter variant (lightness 70.5%): #9578ef. Darker variant (lightness 40.5%): #3d16b9. 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.