Color #800080

#800080rgb(128, 0, 128)

Color Codes

HEX#800080
RGBrgb(128, 0, 128)
HSLhsl(300°, 100%, 25%)
CMYKcmyk(0%, 100%, 0%, 50%)
CIELABLab(29.8, 58.9, -36.5)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #800080;
color: #800080;
border: 2px solid #800080;
background: linear-gradient(135deg, #800080, #008000);

Code Export

css
:root {
  --color-primary: #800080;
  --color-primary-rgb: 128, 0, 128;
  --color-primary-hsl: 300, 100%, 25%;
}

Related Tools