CSS Color Background

Cyber Grape

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

Preview

Cyber Grape solid color background preview (#58427C)

Color value: #58427C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #58427C; }

HTML Code

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