Purple Hex Code — #800080
RGB, HSL, and CMYK values for Purple.
Purple Color Values
| Format | Value |
|---|---|
| HEX | #800080 |
| RGB | rgb(128, 0, 128) |
| HSL | hsl(300, 100%, 25%) |
| CMYK | cmyk(0%, 100%, 0%, 50%) |
Want to explore more shades? Use our Color Converter
About Purple
Color psychology: Royalty, luxury, ambition.
Purple (#800080) is a dark shade of purple. It's commonly used in web design, graphic design, and branding where royalty, luxury, ambition are desired associations.
How to Use Purple in CSS
/* Using HEX */ color: #800080; background-color: #800080; /* Using RGB */ color: rgb(128, 0, 128); /* Using HSL */ color: hsl(300, 100%, 25%);