What is the HEX code for bluish purple?
The CSS color bluish purple in HEX format is #703be7. Use this value directly in CSS, SVG, and most design tools.
How do I use bluish purple in CSS?
To apply bluish purple in CSS:
- Text color: color: #703be7;
- Background: background-color: #703be7;
- Border: border-color: #703be7;
What are all the color format values for bluish purple?
| Format | Value |
|---|---|
| HEX | #703be7 |
| RGB | rgb(112, 59, 231) |
| HSL | hsl(258.5, 78.2%, 56.9%) |
| CMYK | cmyk(51.5%, 74.5%, 0%, 9.4%) |
How do I convert bluish purple to HEX?
Select bluish purple from the color name list in our color converter. The HEX value — #703be7 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bluish purple belong to?
bluish purple belongs to the blue color family. It is a medium, vivid color with HSL values: hue 258.5°, saturation 78.2%, lightness 56.9%.
How do I create lighter and darker shades of bluish purple?
Lighter variant (lightness 71.9%): #a27fef. Darker variant (lightness 41.9%): #4b17be. 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.