HSL(306, 60%, 32%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(306,60%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(306, 60%, 32%) | color: hsl(306, 60%, 32%) | |
| HEX | #832179 | color: #832179 | |
| RGB | rgb(131, 33, 121) | color: rgb(131, 33, 121) | |
| CMYK | cmyk(0%, 75%, 8%, 49%) | — | |
| HSV | hsv(306, 75%, 51%) | — | |
| HWB | hwb(306 13% 49%) | color: hwb(306 13% 49%) | |
| OKLCH | oklch(0.4397 0.1654 332.53) | color: oklch(0.4397 0.1654 332.53) | |
| Lab | lab(32.47 51.03 -27.78) | color: lab(32.47 51.03 -27.78) | |
| LCH | lch(32.47 58.1 331.44) | color: lch(32.47 58.1 331.44) |
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)
#595864 — rgb(89, 88, 100)
Deuteranopia (Green-blind)
#5E665F — rgb(94, 102, 95)
Tritanopia (Blue-blind)
#7E534F — rgb(126, 83, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(306, 60%, 32%);
text
color: hsl(306, 60%, 32%);
border
border: 2px solid hsl(306, 60%, 32%);
gradient light
background: linear-gradient(to right, hsl(306, 60%, 52%), hsl(306, 60%, 32%));
gradient dark
background: linear-gradient(to right, hsl(306, 60%, 32%), hsl(306, 60%, 12%))
hex
background-color: #832179;
tailwind
bg-[hsl(306,60%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(306, 60%, 32%, 0.4);
css variable
--color-primary: hsl(306, 60%, 32%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(306, 60%, 32%)?
HEX: #832179 | RGB: rgb(131, 33, 121) | CMYK: 0%, 75%, 8%, 49% | HSV: 306°, 75%, 51%. Copy any format from the conversion table above.
What colors go well with #832179?
The complementary color is HSL(126, 60%, 32%). For a triadic harmony, use hues 306°, 66°, and 186°. For analogous combinations, try hues 276° and 336°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(306, 60%, 32%) in CSS?
As HSL: color: hsl(306, 60%, 32%); — As HEX: color: #832179; — As RGB: color: rgb(131, 33, 121); — Tailwind CSS: bg-[hsl(306,60%,32%)] — CSS variable: --color-primary: hsl(306, 60%, 32%);