Shades of Purple #80017E
Tints of Purple #80017E
RGB
CMYK
RGB Variations
Color information
#80017E (or 0x80017E) is known color: Purple. HEX triplet: 80, 01 and 7E. RGB value is (128,1,126). Sum of RGB (Red+Green+Blue) = 128+1+126=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80017E is #7FFE81. Grayscale: #343434. Windows color (decimal): -8388226 or 8257920. OLE color: 8257920.
HSL color Cylindrical-coordinate representation of color #80017E: hue angle of 300.94º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80017E is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.50 |
| HSL | 300.94º | 0.98% | 0.25% | - |
| HSV(B) | 300.94º | 0.99% | 0.5% | - |
| XYZ | 12.68 | 6.12 | 20.25 | - |
| YUV | 53.22 | 169.08 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 126 | 0 | 0.99 | 0.02 | 0.50 | 300.94 | 0.98 | 0.25 |
| Hex | 80 | 1 | 7E | 0 | 63 | 2 | 32 | 12D | 62 | 19 |
| Octal | 200 | 1 | 176 | 0 | 143 | 2 | 62 | 455 | 142 | 31 |
| Binary | 10000000 | 1 | 1111110 | 0 | 1100011 | 10 | 110010 | 100101101 | 1100010 | 11001 |
Color Harmonies of #80017E
Complementary color
Monochromatic Colors of #80017E
Black with #80017E
Text Example
Text Example
White with #80017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80017E; }
p { color: rgb(128,1,126); }
H1.HeaderClassName
{
color: #80017E;
}
.AnyTagClassName
{
color: #80017E;
}
</style>
background-color css
<style>
a { background-color: #80017E; }
a { background-color: rgb(128,1,126); }
div.DivClassName
{
background-color: #80017E;
}
.BgClassName
{
background-color: #80017E;
}
</style>
border-color css
<style>
span { border-color: #80017E; }
span { border-color: rgb(128,1,126); }
td.TdClassName
{
border-color: #80017E;
}
.TagClassName
{
border-color: #80017E;
}
</style>