#750FC5
A medium, vivid purple closely aligning with Blueviolet.
About #750FC5
The hex code #750FC5 represents a beautifully specific shade of purple. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 117 red, 15 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 41% C, 92% M, 0% Y, and 23% K. The HSL representation is 273.6° hue, 85.8% saturation, and 41.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#750FC5
RGB117, 15, 197
HSL273.6°, 85.8%, 41.6%
CMYK41%, 92%, 0%, 23%
HSV273.6°, 92.4%, 77.3%
LAB34.3, 68.1, -71.1
XYZ17.6, 8.2, 53.5
Decimal7671749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.98:1
Text on #FFFFFF
AAA
2.63:1
Text on #000000
FAIL
7.63:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750FC5;
}
.text-color {
color: #750FC5;
}
.border-color {
border: 2px solid #750FC5;
}