Royal Purple Hex Code — #7851A9
RGB, HSL, and CMYK values for Royal Purple.
Royal Purple Color Values
| Format | Value |
|---|---|
| HEX | #7851A9 |
| RGB | rgb(120, 81, 169) |
| HSL | hsl(267, 35%, 49%) |
| CMYK | cmyk(29%, 52%, 0%, 34%) |
Want to explore more shades? Use our Color Converter
About Royal Purple
Color psychology: Prestige, grandeur.
Royal Purple (#7851A9) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where prestige, grandeur are desired associations.
How to Use Royal Purple in CSS
/* Using HEX */ color: #7851A9; background-color: #7851A9; /* Using RGB */ color: rgb(120, 81, 169); /* Using HSL */ color: hsl(267, 35%, 49%);