#6D42AF
A medium, moderate purple closely aligning with Rebeccapurple.
About #6D42AF
Visually, #6D42AF is defined as a moderate purple. It is closely associated with the named CSS color Rebeccapurple. This translates to an RGB value of rgb(109, 66, 175).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 38% cyan, 62% magenta, 0% yellow, and 31% black. 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D42AF
RGB109, 66, 175
HSL263.7°, 45.2%, 47.3%
CMYK38%, 62%, 0%, 31%
HSV263.7°, 62.3%, 68.6%
LAB38.3, 42.1, -51.7
XYZ16.0, 10.2, 41.7
Decimal7160495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.89:1
Text on #FFFFFF
AA
3.05:1
Text on #000000
AA Large
6.58:1
Text on #F8FAFC
AA
2.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D42AF;
}
.text-color {
color: #6D42AF;
}
.border-color {
border: 2px solid #6D42AF;
}