#750FE2
A medium, vivid purple closely aligning with Blueviolet.
About #750FE2
Visually, #750FE2 is defined as a vivid purple. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(117, 15, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 48% C, 93% M, 0% Y, and 11% K. With a hue angle of 269.0 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. 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#750FE2
RGB117, 15, 226
HSL269.0°, 87.6%, 47.3%
CMYK48%, 93%, 0%, 11%
HSV269.0°, 93.4%, 88.6%
LAB37.1, 74.3, -83.2
XYZ21.2, 9.6, 72.7
Decimal7671778
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.18:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.87:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750FE2;
}
.text-color {
color: #750FE2;
}
.border-color {
border: 2px solid #750FE2;
}