CSS Color Background

Medium Purple

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

Preview

Medium Purple solid color background preview (#9370DB)

Color value: #9370DB

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #9370DB; }

HTML Code

<section class="hero medium-purple-bg"> <h2>Your content</h2> </section> <style> .medium-purple-bg { background-color: #9370DB; } </style>