Very Peri Hex Code — #6667AB
RGB, HSL, and CMYK values for Very Peri.
Very Peri Color Values
| Format | Value |
|---|---|
| HEX | #6667AB |
| RGB | rgb(102, 103, 171) |
| HSL | hsl(239, 29%, 54%) |
| CMYK | cmyk(40%, 40%, 0%, 33%) |
Want to explore more shades? Use our Color Converter
About Very Peri
Color psychology: Curiosity, creativity.
Very Peri (#6667AB) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where curiosity, creativity are desired associations.
How to Use Very Peri in CSS
/* Using HEX */ color: #6667AB; background-color: #6667AB; /* Using RGB */ color: rgb(102, 103, 171); /* Using HSL */ color: hsl(239, 29%, 54%);