#773399
a dark, vivid violet · warm · closest name: purple
RGB
119, 51, 153
HSL
280°, 50%, 40%
CMYK
22, 67, 0, 40
Luminance
0.0859
Every format
| HEX | #773399 |
| RGB | rgb(119, 51, 153) |
| HSL | hsl(280, 50%, 40%) |
| CMYK | cmyk(22%, 67%, 0%, 40%) |
| LAB | lab(35.2 46.8 -43.4) |
| LCH | lch(35.2 63.8 317.2) |
| OKLCH | oklch(0.462 0.165 312.4) |
Copy-ready code
/* CSS */
color: #773399;
background-color: #773399;
/* Tailwind (arbitrary) */
class="text-[#773399] bg-[#773399]"
/* SCSS */
$brand: #773399;
/* SwiftUI */
Color(red: 0.467, green: 0.200, blue: 0.600)
/* Android */
Color.parseColor("#773399")Accessibility — WCAG contrast
Aa
#773399 on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#773399 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green20.0%
Blue60.0%
CMYK percentages
Cyan22.2%
Magenta66.7%
Yellow0.0%
Key (black)40.0%
Color previews
#773399 text on a black background
contrast 2.72:1
Card sample
#773399 text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773399;
Background color
Panel with #773399 background
background-color: #773399;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773399;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 51, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 51, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773399; background: linear-gradient(135deg, #773399, #993377);