Purple Color Name
Color Name: | Purple |
Hex Code: | #800080 |
RGB Decimal: | RGB(128, 0, 128) |
CMYK Value: | 300°, 100%, 25%. |
HSL Value: | 0%, 100%, 0%, 49.8% |
Color: |
Purple #800080 Html Codes
Text with hexadecimal color #800080
<span style="color:#800080;">Text here</span>
Purple #800080 border color
<span style="border:2px solid #800080;">Text here</span>
Purple #800080 background color
<p style="background-color:#800080;">Content here</p>
Purple #800080 CSS codes
.text {color:#800080;}
.background {background-color:#800080;}
.border {border:1px solid #800080;}