CSS Color Background

Royal Purple

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

Preview

Royal Purple solid color background preview (#7851A9)

Color value: #7851A9

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #7851A9; }

HTML Code

<section class="hero royal-purple-bg"> <h2>Your content</h2> </section> <style> .royal-purple-bg { background-color: #7851A9; } </style>