#7507E9
A medium, vivid purple closely aligning with Blueviolet.
About #7507E9
Visually, #7507E9 is defined as a vivid purple. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 117 red, 7 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 50% Cyan, 97% Magenta, 0% Yellow, and 9% Black. With a hue angle of 269.2 degrees, it sits comfortably in the purple spectrum.
When using this color as a background, text legibility must be considered. 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#7507E9
RGB117, 7, 233
HSL269.2°, 94.2%, 47.1%
CMYK50%, 97%, 0%, 9%
HSV269.2°, 97.0%, 91.4%
LAB37.5, 76.9, -86.6
XYZ22.1, 9.8, 77.8
Decimal7669737
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.09:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.77:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7507E9;
}
.text-color {
color: #7507E9;
}
.border-color {
border: 2px solid #7507E9;
}