#491D7C
A dark, moderate purple closely aligning with Rebeccapurple.
About #491D7C
Visually, #491D7C is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Rebeccapurple. This translates to an RGB value of rgb(73, 29, 124).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 41% C, 77% M, 0% Y, and 51% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#491D7C
RGB73, 29, 124
HSL267.8°, 62.1%, 30.0%
CMYK41%, 77%, 0%, 51%
HSV267.8°, 76.6%, 48.6%
LAB22.8, 40.5, -45.7
XYZ6.8, 3.8, 19.4
Decimal4791676
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.00:1
Text on #FFFFFF
AAA
1.75:1
Text on #000000
FAIL
11.47:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #491D7C;
}
.text-color {
color: #491D7C;
}
.border-color {
border: 2px solid #491D7C;
}