Purple Velour
#581a57
Purple Velour is a color with the hex code #581a57. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #581a57 | |
|---|---|---|
| RGB | rgb(88, 26, 87) | |
| HSL | hsl(301, 54%, 22%) | |
| CMYK | cmyk(0%, 70%, 1%, 65%) | |
| LAB | lab(22, 35, -23) | |
| OKLCH | oklch(0.34 0.121 328) |
Color harmonies
Tints & shades
Code snippets
color: #581a57;
background-color: #581a57;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF581A57)
/* Swift / UIKit */
UIColor(red: 0.35, green: 0.10, blue: 0.34, alpha: 1.0)