#7500CC
A medium, vivid purple closely aligning with Blueviolet.
About #7500CC
The hex code #7500CC represents a beautifully specific shade of purple. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 117 red, 0 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 43% C, 100% M, 0% Y, and 20% K. With a hue angle of 274.4 degrees, it sits comfortably in the purple spectrum.
When using this color as a background, text legibility must be considered. 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#7500CC
RGB117, 0, 204
HSL274.4°, 100.0%, 40.0%
CMYK43%, 100%, 0%, 20%
HSV274.4°, 100.0%, 80.0%
LAB34.3, 71.7, -75.2
XYZ18.2, 8.1, 57.7
Decimal7667916
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.99:1
Text on #FFFFFF
AAA
2.63:1
Text on #000000
FAIL
7.64:1
Text on #F8FAFC
AAA
2.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7500CC;
}
.text-color {
color: #7500CC;
}
.border-color {
border: 2px solid #7500CC;
}