CSS Color Background

Byzantium

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

Preview

Byzantium solid color background preview (#702963)

Color value: #702963

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #702963; }

HTML Code

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