CSS Color Background

Tyrian Purple

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

Preview

Tyrian Purple solid color background preview (#66023C)

Color value: #66023C

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

<section class="hero tyrian-purple-bg"> <h2>Your content</h2> </section> <style> .tyrian-purple-bg { background-color: #66023C; } </style>