Violent Violet
#7f00ff
Violent Violet, represented by the hex value #7f00ff, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7f00ff | |
|---|---|---|
| RGB | rgb(127, 0, 255) | |
| HSL | hsl(270, 100%, 50%) | |
| CMYK | cmyk(50%, 100%, 0%, 0%) | |
| LAB | lab(39, 75, -96) | |
| OKLCH | oklch(0.53 0.293 294) |
Color harmonies
Tints & shades
Code snippets
color: #7f00ff;
background-color: #7f00ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-violet-500 /* ≈ #8e51ff */
/* Flutter */
Color(0xFF7F00FF)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.00, blue: 1.00, alpha: 1.0)