#7500A0
A dark, vivid purple closely aligning with Darkorchid.
About #7500A0
At its core, #7500A0 is a dark and vivid hue. It is closely associated with the named CSS color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 0, and 160.
Translating this color to physical media requires the CMYK color model. The color uses 27% Cyan, 100% Magenta, 0% Yellow, and 37% Black. With a hue angle of 283.9 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#7500A0
RGB117, 0, 160
HSL283.9°, 100.0%, 31.4%
CMYK27%, 100%, 0%, 37%
HSV283.9°, 100.0%, 62.7%
LAB30.2, 62.9, -55.7
XYZ13.7, 6.3, 33.8
Decimal7667872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.28:1
Text on #FFFFFF
AAA
2.26:1
Text on #000000
FAIL
8.87:1
Text on #F8FAFC
AAA
1.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7500A0;
}
.text-color {
color: #7500A0;
}
.border-color {
border: 2px solid #7500A0;
}