CSS Color Background

Russian Violet

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

Preview

Russian Violet solid color background preview (#32174D)

Color value: #32174D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #32174D; }

HTML Code

<section class="hero russian-violet-bg"> <h2>Your content</h2> </section> <style> .russian-violet-bg { background-color: #32174D; } </style>