#7549A8
A medium, moderate purple closely aligning with Rebeccapurple.
About #7549A8
The hex code #7549A8 represents a beautifully specific shade of purple. Its closest recognized web color is Rebeccapurple. This translates to an RGB value of rgb(117, 73, 168).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 30% cyan and 57% magenta inks. With a hue angle of 267.8 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7549A8
RGB117, 73, 168
HSL267.8°, 39.4%, 47.3%
CMYK30%, 57%, 0%, 34%
HSV267.8°, 56.5%, 65.9%
LAB40.2, 38.3, -44.3
XYZ16.8, 11.4, 38.4
Decimal7686568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.41:1
Text on #FFFFFF
AA
3.27:1
Text on #000000
AA Large
6.13:1
Text on #F8FAFC
AA
2.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7549A8;
}
.text-color {
color: #7549A8;
}
.border-color {
border: 2px solid #7549A8;
}