Explore the base color
Review HEX, RGB, HSL, and HSV for purple, then browse shades, tints, tones, and hues.
Purple color codes for #800080 — HEX, RGB, HSL, HSV, shades, named purples, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for purple, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named purple shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circlePurple suggests creativity and premium brands. Use lighter lavenders for backgrounds and deeper purple for type.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--purple: #800080;
--purple-soft: #9370db;
--purple-ink: #4b0082;
}
.banner {
background-color: var(--purple);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| purple | #800080 | 128, 0, 128 | Base keyword |
| rebeccapurple | #663399 | 102, 51, 153 | Named shade |
| indigo | #4B0082 | 75, 0, 130 | Named shade |
| violet | #EE82EE | 238, 130, 238 | Named shade |
| orchid | #DA70D6 | 218, 112, 214 | Named shade |
| mediumpurple | #9370DB | 147, 112, 219 | Mid tone |
| blueviolet | #8A2BE2 | 138, 43, 226 | Named shade |
| magenta | #FF00FF | 255, 0, 255 | Named shade |
| darkmagenta | #8B008B | 139, 0, 139 | Dark shade |
| darkorchid | #9932CC | 153, 50, 204 | Dark shade |
| darkviolet | #9400D3 | 148, 0, 211 | Dark shade |
| fuchsia | #FF00FF | 255, 0, 255 | Named shade |
Key distinctions behind the tool.
The CSS named color purple is #800080, equal to rgb(128, 0, 128) and hsl(300°, 100%, 25%).
Purple is dark and balanced. Violet is lighter and pinker in CSS.
Cream, gold, and soft gray elevate purple. Lime accents create bold contrast. Always check text contrast.
Purple on white often passes for headings; light violet text on white usually fails.
Use color: purple;, color: #800080;, or color: rgb(128, 0, 128); on any property that accepts a <color> value, including background-color and border-color.