#800080
Purple Color Codes
Code | Value |
---|---|
HEX | #800080 |
RGB | rgb(128,0,128) |
HSL | |
CMYK |
Shades of Purple (#800080)
Tints of Purple (#800080)
Purple (#800080) Preview
Text with hexademical color #800080
This text has a font color of #800080
<span style="color: #800080;"h1>Text</span/h1>
#800080 background color
This paragraph has a background color of #800080
<p style="background-color: #800080;"h1>Text</p/h1>
#800080 border color
This element has a border color of #800080
<div style="border: 2px solid #800080;"h1>Text</div/h1>
CSS codes
.text {color:#800080;}
.background {background-color: #800080;}
.border {border:2px solid #800080;}