Very Peri Hex Code — #6667AB
RGB, HSL, and CMYK values for Very Peri.
Last updated: April 6, 2026
Very Peri Color Values
| Format | Value |
|---|---|
| HEX | #6667AB |
| RGB | rgb(102, 103, 171) |
| HSL | hsl(239, 29%, 54%) |
| CMYK | cmyk(40%, 40%, 0%, 33%) |
About Very Peri
Color psychology: Curiosity, creativity.
Very Peri (#6667AB) is a medium shade of purple with a hue angle of 239° on the color wheel, 29% saturation, and 54% lightness. It's commonly used in web design, graphic design, and branding where curiosity, creativity are desired associations.
In color theory, Very Peri sits in the cool section of the spectrum. Its low saturation creates a muted, understated tone — great for backgrounds, borders, and subtle UI elements.
When to Use Very Peri in Design
Web Design
Use Very Peri for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Very Peri conveys curiosity, creativity — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:40% M:40% Y:0% K:33%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Very Peri work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Very Peri in CSS
/* Using HEX */ color: #6667AB; background-color: #6667AB; /* Using RGB */ color: rgb(102, 103, 171); /* Using HSL — best for creating variations */ color: hsl(239, 29%, 54%); /* Transparent overlay (50% opacity) */ background-color: rgba(102, 103, 171, 0.5); /* Lighter variant for hover states */ background-color: hsl(239, 29%, 64%); /* Darker variant for active states */ background-color: hsl(239, 29%, 44%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Very Peri without changing its core hue or saturation.
Colors That Go With Very Peri
Complementary
Analogous
Triadic
Similar Shades of Purple
Frequently Asked Questions
What is the hex code for Very Peri?
What is Very Peri in RGB and when should I use RGB?
How to use Very Peri in CSS with different color formats?
What is the HSL value of Very Peri and why is HSL useful for designers?
What is the CMYK value of Very Peri for print design?
What colors pair well with Very Peri in design projects?
Is Very Peri (#6667AB) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.