#7549B6
A medium, moderate purple closely aligning with Rebeccapurple.
About #7549B6
At its core, #7549B6 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Rebeccapurple. Its digital footprint relies on 117 parts red, 73 parts green, and 182 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 36% C, 60% M, 0% Y, and 29% K. With a hue angle of 264.2 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#7549B6
RGB117, 73, 182
HSL264.2°, 42.7%, 50.0%
CMYK36%, 60%, 0%, 29%
HSV264.2°, 59.9%, 71.4%
LAB41.1, 41.9, -51.2
XYZ18.2, 11.9, 45.6
Decimal7686582
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.20:1
Text on #FFFFFF
AA
3.38:1
Text on #000000
AA Large
5.93:1
Text on #F8FAFC
AA
2.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7549B6;
}
.text-color {
color: #7549B6;
}
.border-color {
border: 2px solid #7549B6;
}