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