#7516B6
A medium, vivid purple closely aligning with Darkorchid.
About #7516B6
Visually, #7516B6 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Darkorchid. Its digital footprint relies on 117 parts red, 22 parts green, and 182 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 36% Cyan, 88% Magenta, 0% Yellow, and 29% Black. The HSL representation is 275.6° hue, 78.4% saturation, and 40.0% lightness.
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#7516B6
RGB117, 22, 182
HSL275.6°, 78.4%, 40.0%
CMYK36%, 88%, 0%, 29%
HSV275.6°, 87.9%, 71.4%
LAB33.4, 63.4, -63.7
XYZ16.1, 7.7, 44.9
Decimal7673526
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.25:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.88:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7516B6;
}
.text-color {
color: #7516B6;
}
.border-color {
border: 2px solid #7516B6;
}