HSL(301, 77%, 12%)
Very Dark Purple — Purple color
Adjust Color
Color Information
Color Name
Very Dark Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(301,77%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 77%, 12%) | color: hsl(301, 77%, 12%) | |
| HEX | #360735 | color: #360735 | |
| RGB | rgb(54, 7, 53) | color: rgb(54, 7, 53) | |
| CMYK | cmyk(0%, 87%, 2%, 79%) | — | |
| HSV | hsv(301, 87%, 21%) | — | |
| HWB | hwb(301 3% 79%) | color: hwb(301 3% 79%) | |
| OKLCH | oklch(0.2411 0.0954 328.98) | color: oklch(0.2411 0.0954 328.98) | |
| Lab | lab(10.51 29.09 -17.76) | color: lab(10.51 29.09 -17.76) | |
| LCH | lch(10.51 34.08 328.6) | color: lch(10.51 34.08 328.6) |
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)
#22212A — rgb(34, 33, 42)
Deuteranopia (Green-blind)
#242827 — rgb(36, 40, 39)
Tritanopia (Blue-blind)
#34211F — rgb(52, 33, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 77%, 12%);
text
color: hsl(301, 77%, 12%);
border
border: 2px solid hsl(301, 77%, 12%);
gradient light
background: linear-gradient(to right, hsl(301, 77%, 32%), hsl(301, 77%, 12%));
gradient dark
background: linear-gradient(to right, hsl(301, 77%, 12%), hsl(301, 77%, 0%))
hex
background-color: #360735;
tailwind
bg-[hsl(301,77%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 77%, 12%, 0.4);
css variable
--color-primary: hsl(301, 77%, 12%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 77%, 12%)?
HEX: #360735 | RGB: rgb(54, 7, 53) | CMYK: 0%, 87%, 2%, 79% | HSV: 301°, 87%, 21%. Copy any format from the conversion table above.
What colors go well with #360735?
The complementary color is HSL(121, 77%, 12%). For a triadic harmony, use hues 301°, 61°, and 181°. For analogous combinations, try hues 271° and 331°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(301, 77%, 12%) in CSS?
As HSL: color: hsl(301, 77%, 12%); — As HEX: color: #360735; — As RGB: color: rgb(54, 7, 53); — Tailwind CSS: bg-[hsl(301,77%,12%)] — CSS variable: --color-primary: hsl(301, 77%, 12%);