#7507B6
A dark, vivid purple closely aligning with Darkorchid.
About #7507B6
When working with digital screens, the color #7507B6 is rendered by mixing light. Designers often compare it to the standard color Darkorchid. This translates to an RGB value of rgb(117, 7, 182).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 36% cyan and 96% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7507B6
RGB117, 7, 182
HSL277.7°, 92.6%, 37.1%
CMYK36%, 96%, 0%, 29%
HSV277.7°, 96.2%, 71.4%
LAB32.5, 66.2, -65.2
XYZ15.9, 7.3, 44.8
Decimal7669686
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.53:1
Text on #FFFFFF
AAA
2.46:1
Text on #000000
FAIL
8.15:1
Text on #F8FAFC
AAA
2.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7507B6;
}
.text-color {
color: #7507B6;
}
.border-color {
border: 2px solid #7507B6;
}