#7533A8
A medium, moderate purple closely aligning with Rebeccapurple.
About #7533A8
At its core, #7533A8 is a medium and moderate hue. Designers often compare it to the standard color Rebeccapurple. Its digital footprint relies on 117 parts red, 51 parts green, and 168 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 30% cyan and 70% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7533A8
RGB117, 51, 168
HSL273.8°, 53.4%, 42.9%
CMYK30%, 70%, 0%, 34%
HSV273.8°, 69.6%, 65.9%
LAB35.9, 49.8, -51.2
XYZ15.6, 9.0, 38.0
Decimal7680936
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.51:1
Text on #FFFFFF
AAA
2.80:1
Text on #000000
FAIL
7.18:1
Text on #F8FAFC
AAA
2.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7533A8;
}
.text-color {
color: #7533A8;
}
.border-color {
border: 2px solid #7533A8;
}