#752CE9
A medium, vivid purple closely aligning with Blueviolet.
About #752CE9
The precise color #752CE9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 44, and 233.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 50% Cyan, 81% Magenta, 0% Yellow, and 9% Black. The HSL representation is 263.2° hue, 81.1% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#752CE9
RGB117, 44, 233
HSL263.2°, 81.1%, 54.3%
CMYK50%, 81%, 0%, 9%
HSV263.2°, 81.1%, 91.4%
LAB40.4, 68.4, -81.9
XYZ22.9, 11.5, 78.1
Decimal7679209
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.38:1
Text on #FFFFFF
AA
3.29:1
Text on #000000
AA Large
6.09:1
Text on #F8FAFC
AA
2.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #752CE9;
}
.text-color {
color: #752CE9;
}
.border-color {
border: 2px solid #752CE9;
}