#663399
rebeccapurple
#663399 is a violet colour. In RGB it is 102 red, 51 green and 153 blue, which converts to a hue of 270 degrees, 50% saturation and 40% lightness. It is one of the named CSS colours, written as rebeccapurple in stylesheets.
Color values
| HEX | #663399 |
|---|---|
| RGB | rgb(102, 51, 153) |
| HSL | hsl(270, 50%, 40%) |
| HSV | hsv(270, 67%, 60%) |
| CMYK | cmyk(33%, 67%, 0%, 40%) |
Contrast and accessibility
Against white the contrast ratio is 8.41:1, and against black it is 2.5:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 8.41:1 | AAA | AAA |
| Black | 2.5:1 | Fail | Fail |
Tints and shades
Lighter tints move #663399 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #663399; |
|---|---|
| CSS rgb() | color: rgb(102 51 153); |
| Tailwind | bg-[#663399] |
| SwiftUI | Color(red: 0.400, green: 0.200, blue: 0.600) |
| Android | Color.parseColor("#663399") |