HEX
#
RGB
HSL

#800080 CSS / HTML Preview

Text with hexadecimal color #800080

This text has a font color of #800080.

<span style="color:#800080;">Your text here</span>
#800080 border color

This element has a border color of #800080.

<div style="border:2px solid #800080;">Content here</div>
#800080 background color

This paragraph has a background color of #800080.

<p style="background-color:#800080;">Content here</p>
CSS codes
.text {color:#800080;}
.background {background-color:#800080;}
.border {border:1px solid #800080;}