#492492
A dark, moderate purple closely aligning with Rebeccapurple.
About #492492
Visually, #492492 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, 36, 146).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 50% cyan, 75% magenta, 0% yellow, and 43% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#492492
RGB73, 36, 146
HSL260.2°, 60.4%, 35.7%
CMYK50%, 75%, 0%, 43%
HSV260.2°, 75.3%, 57.3%
LAB26.0, 43.1, -54.2
XYZ8.6, 4.8, 27.7
Decimal4793490
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.77:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.29:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #492492;
}
.text-color {
color: #492492;
}
.border-color {
border: 2px solid #492492;
}