#7507BD
A dark, vivid purple closely aligning with Darkviolet.
About #7507BD
The hex code #7507BD represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Darkviolet. Its digital footprint relies on 117 parts red, 7 parts green, and 189 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 38% Cyan, 96% Magenta, 0% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7507BD
RGB117, 7, 189
HSL276.3°, 92.9%, 38.4%
CMYK38%, 96%, 0%, 26%
HSV276.3°, 96.3%, 74.1%
LAB33.2, 67.6, -68.2
XYZ16.6, 7.6, 48.7
Decimal7669693
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.33:1
Text on #FFFFFF
AAA
2.52:1
Text on #000000
FAIL
7.96:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7507BD;
}
.text-color {
color: #7507BD;
}
.border-color {
border: 2px solid #7507BD;
}