#6D33AF
A medium, moderate purple closely aligning with Rebeccapurple.
About #6D33AF
Visually, #6D33AF is defined as a moderate purple. Designers often compare it to the standard color Rebeccapurple. This translates to an RGB value of rgb(109, 51, 175).
For print applications, it's crucial to understand its CMYK makeup. The color uses 38% Cyan, 71% 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. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D33AF
RGB109, 51, 175
HSL268.1°, 54.9%, 44.3%
CMYK38%, 71%, 0%, 31%
HSV268.1°, 70.9%, 68.6%
LAB35.4, 49.9, -56.3
XYZ15.2, 8.7, 41.4
Decimal7156655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.66:1
Text on #FFFFFF
AAA
2.74:1
Text on #000000
FAIL
7.32:1
Text on #F8FAFC
AAA
2.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D33AF;
}
.text-color {
color: #6D33AF;
}
.border-color {
border: 2px solid #6D33AF;
}