CSS Color Background

English Violet

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

Preview

English Violet solid color background preview (#563C5C)

Color value: #563C5C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #563C5C; }

HTML Code

<section class="hero english-violet-bg"> <h2>Your content</h2> </section> <style> .english-violet-bg { background-color: #563C5C; } </style>