#751DC5
A medium, vivid purple closely aligning with Blueviolet.
About #751DC5
Visually, #751DC5 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 117 red, 29 green, and 197 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 41% C, 85% M, 0% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#751DC5
RGB117, 29, 197
HSL271.4°, 74.3%, 44.3%
CMYK41%, 85%, 0%, 23%
HSV271.4°, 85.3%, 77.3%
LAB35.4, 64.9, -69.3
XYZ17.9, 8.7, 53.6
Decimal7675333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.67:1
Text on #FFFFFF
AAA
2.74:1
Text on #000000
FAIL
7.33:1
Text on #F8FAFC
AAA
2.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #751DC5;
}
.text-color {
color: #751DC5;
}
.border-color {
border: 2px solid #751DC5;
}