#660075
A dark, vivid magenta closely aligning with Purple.
About #660075
When working with digital screens, the color #660075 is rendered by mixing light. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(102, 0, 117).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 13% cyan and 100% magenta inks. The HSL representation is 292.3° hue, 100.0% saturation, and 22.9% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#660075
RGB102, 0, 117
HSL292.3°, 100.0%, 22.9%
CMYK13%, 100%, 0%, 54%
HSV292.3°, 100.0%, 45.9%
LAB24.0, 52.7, -39.0
XYZ8.7, 4.1, 17.2
Decimal6684789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.53:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.02:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660075;
}
.text-color {
color: #660075;
}
.border-color {
border: 2px solid #660075;
}