#7533BD
A medium, moderate purple closely aligning with Darkorchid.
About #7533BD
When working with digital screens, the color #7533BD is rendered by mixing light. Designers often compare it to the standard color Darkorchid. This translates to an RGB value of rgb(117, 51, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 38% Cyan, 73% Magenta, 0% Yellow, and 26% Black. With a hue angle of 268.7 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7533BD
RGB117, 51, 189
HSL268.7°, 57.5%, 47.1%
CMYK38%, 73%, 0%, 26%
HSV268.7°, 73.0%, 74.1%
LAB37.5, 54.8, -61.1
XYZ17.7, 9.8, 49.1
Decimal7680957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.08: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: #7533BD;
}
.text-color {
color: #7533BD;
}
.border-color {
border: 2px solid #7533BD;
}