What is the HEX code for blue with a hint of purple?
The CSS color blue with a hint of purple in HEX format is #533cc6. Use this value directly in CSS, SVG, and most design tools.
How do I use blue with a hint of purple in CSS?
To apply blue with a hint of purple in CSS:
- Text color: color: #533cc6;
- Background: background-color: #533cc6;
- Border: border-color: #533cc6;
What are all the color format values for blue with a hint of purple?
| Format | Value |
|---|---|
| HEX | #533cc6 |
| RGB | rgb(83, 60, 198) |
| HSL | hsl(250, 54.8%, 50.6%) |
| CMYK | cmyk(58.1%, 69.7%, 0%, 22.4%) |
How do I convert blue with a hint of purple to HEX?
Select blue with a hint of purple from the color name list in our color converter. The HEX value — #533cc6 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does blue with a hint of purple belong to?
blue with a hint of purple belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 250°, saturation 54.8%, lightness 50.6%.
How do I create lighter and darker shades of blue with a hint of purple?
Lighter variant (lightness 65.6%): #8777d7. Darker variant (lightness 35.6%): #3a298d. 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.