Simply Purple
#715bb1
Looking for the precise values behind Simply Purple (#715bb1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #715bb1 | |
|---|---|---|
| RGB | rgb(113, 91, 177) | |
| HSL | hsl(255, 36%, 53%) | |
| CMYK | cmyk(36%, 49%, 0%, 31%) | |
| LAB | lab(44, 25, -43) | |
| OKLCH | oklch(0.53 0.132 293) |
Color harmonies
Tints & shades
Code snippets
color: #715bb1;
background-color: #715bb1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF715BB1)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.36, blue: 0.69, alpha: 1.0)