CSS Color Background

Grape

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

Preview

Grape solid color background preview (#6F2DA8)

Color value: #6F2DA8

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #6F2DA8; }

HTML Code

<section class="hero grape-bg"> <h2>Your content</h2> </section> <style> .grape-bg { background-color: #6F2DA8; } </style>