#750FD3
A medium, vivid purple closely aligning with Blueviolet.
About #750FD3
The precise color #750FD3 is an excellent choice for modern design projects. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(117, 15, 211).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 45% cyan and 93% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#750FD3
RGB117, 15, 211
HSL271.2°, 86.7%, 44.3%
CMYK45%, 93%, 0%, 17%
HSV271.2°, 92.9%, 82.7%
LAB35.6, 71.1, -77.0
XYZ19.3, 8.8, 62.3
Decimal7671763
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.59:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.26:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750FD3;
}
.text-color {
color: #750FD3;
}
.border-color {
border: 2px solid #750FD3;
}