#7500E2
A medium, vivid purple closely aligning with Blueviolet.
About #7500E2
Visually, #7500E2 is defined as a vivid purple. Its closest recognized web color is Blueviolet. This translates to an RGB value of rgb(117, 0, 226).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 48% cyan and 100% magenta inks. The HSL representation is 271.1° hue, 100.0% saturation, and 44.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7500E2
RGB117, 0, 226
HSL271.1°, 100.0%, 44.3%
CMYK48%, 100%, 0%, 11%
HSV271.1°, 100.0%, 88.6%
LAB36.5, 76.3, -84.2
XYZ21.1, 9.3, 72.6
Decimal7667938
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.36:1
Text on #FFFFFF
AAA
2.85:1
Text on #000000
FAIL
7.03:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7500E2;
}
.text-color {
color: #7500E2;
}
.border-color {
border: 2px solid #7500E2;
}