CSS Color Background

Purple (Munsell)

Pure CSS color background: #9F00C5. Use this solid color for personal and commercial creative projects.

Preview

Purple (Munsell) solid color background preview (#9F00C5)

Color value: #9F00C5

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #9F00C5; }

HTML Code

<section class="hero purple-munsell-bg"> <h2>Your content</h2> </section> <style> .purple-munsell-bg { background-color: #9F00C5; } </style>