What is the HEX code for purply blue?
The CSS color purply blue in HEX format is #661aee. Use this value directly in CSS, SVG, and most design tools.
How do I use purply blue in CSS?
To apply purply blue in CSS:
- Text color: color: #661aee;
- Background: background-color: #661aee;
- Border: border-color: #661aee;
What are all the color format values for purply blue?
| Format | Value |
|---|---|
| HEX | #661aee |
| RGB | rgb(102, 26, 238) |
| HSL | hsl(261.5, 86.2%, 51.8%) |
| CMYK | cmyk(57.1%, 89.1%, 0%, 6.7%) |
How do I convert purply blue to HEX?
Select purply blue from the color name list in our color converter. The HEX value — #661aee — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purply blue belong to?
purply blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 261.5°, saturation 86.2%, lightness 51.8%.
How do I create lighter and darker shades of purply blue?
Lighter variant (lightness 66.8%): #9661f3. Darker variant (lightness 36.8%): #470daf. 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.