HSL(291, 79%, 13%)
Very Dark Purple — Purple color
Adjust Color
Color Information
Color Name
Very Dark Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(291,79%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(291, 79%, 13%) | color: hsl(291, 79%, 13%) | |
| HEX | #33073B | color: #33073B | |
| RGB | rgb(51, 7, 59) | color: rgb(51, 7, 59) | |
| CMYK | cmyk(14%, 88%, 0%, 77%) | — | |
| HSV | hsv(291, 88%, 23%) | — | |
| HWB | hwb(291 3% 77%) | color: hwb(291 3% 77%) | |
| OKLCH | oklch(0.2402 0.0996 320.91) | color: oklch(0.2402 0.0996 320.91) | |
| Lab | lab(10.35 29.59 -22.39) | color: lab(10.35 29.59 -22.39) | |
| LCH | lch(10.35 37.11 322.89) | color: lch(10.35 37.11 322.89) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#20202E — rgb(32, 32, 46)
Deuteranopia (Green-blind)
#23262B — rgb(35, 38, 43)
Tritanopia (Blue-blind)
#312422 — rgb(49, 36, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(291, 79%, 13%);
text
color: hsl(291, 79%, 13%);
border
border: 2px solid hsl(291, 79%, 13%);
gradient light
background: linear-gradient(to right, hsl(291, 79%, 33%), hsl(291, 79%, 13%));
gradient dark
background: linear-gradient(to right, hsl(291, 79%, 13%), hsl(291, 79%, 0%))
hex
background-color: #33073B;
tailwind
bg-[hsl(291,79%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(291, 79%, 13%, 0.4);
css variable
--color-primary: hsl(291, 79%, 13%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(291, 79%, 13%)?
HEX: #33073B | RGB: rgb(51, 7, 59) | CMYK: 14%, 88%, 0%, 77% | HSV: 291°, 88%, 23%. Copy any format from the conversion table above.
What colors go well with #33073B?
The complementary color is HSL(111, 79%, 13%). For a triadic harmony, use hues 291°, 51°, and 171°. For analogous combinations, try hues 261° and 321°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(291, 79%, 13%) in CSS?
As HSL: color: hsl(291, 79%, 13%); — As HEX: color: #33073B; — As RGB: color: rgb(51, 7, 59); — Tailwind CSS: bg-[hsl(291,79%,13%)] — CSS variable: --color-primary: hsl(291, 79%, 13%);