HSL(301, 19%, 41%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(301,19%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 19%, 41%) | color: hsl(301, 19%, 41%) | |
| HEX | #7C557C | color: #7C557C | |
| RGB | rgb(124, 85, 124) | color: rgb(124, 85, 124) | |
| CMYK | cmyk(0%, 31%, 0%, 51%) | — | |
| HSV | hsv(300, 31%, 49%) | — | |
| HWB | hwb(300 34% 51%) | color: hwb(300 34% 51%) | |
| OKLCH | oklch(0.5057 0.0766 326.64) | color: oklch(0.5057 0.0766 326.64) | |
| Lab | lab(41.59 23.15 -15.57) | color: lab(41.59 23.15 -15.57) | |
| LCH | lch(41.59 27.9 326.08) | color: lch(41.59 27.9 326.08) |
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)
#6B6B73 — rgb(107, 107, 115)
Deuteranopia (Green-blind)
#6D7070 — rgb(109, 112, 112)
Tritanopia (Blue-blind)
#7A6B69 — rgb(122, 107, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 19%, 41%);
text
color: hsl(301, 19%, 41%);
border
border: 2px solid hsl(301, 19%, 41%);
gradient light
background: linear-gradient(to right, hsl(301, 19%, 61%), hsl(301, 19%, 41%));
gradient dark
background: linear-gradient(to right, hsl(301, 19%, 41%), hsl(301, 19%, 21%))
hex
background-color: #7C557C;
tailwind
bg-[hsl(301,19%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 19%, 41%, 0.4);
css variable
--color-primary: hsl(301, 19%, 41%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 19%, 41%)?
HEX: #7C557C | RGB: rgb(124, 85, 124) | CMYK: 0%, 31%, 0%, 51% | HSV: 300°, 31%, 49%. Copy any format from the conversion table above.
What colors go well with #7C557C?
The complementary color is HSL(121, 19%, 41%). 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, 19%, 41%) in CSS?
As HSL: color: hsl(301, 19%, 41%); — As HEX: color: #7C557C; — As RGB: color: rgb(124, 85, 124); — Tailwind CSS: bg-[hsl(301,19%,41%)] — CSS variable: --color-primary: hsl(301, 19%, 41%);