Shades of Purple #80017F
Tints of Purple #80017F
RGB
CMYK
RGB Variations
Color information
#80017F (or 0x80017F) is known color: Purple. HEX triplet: 80, 01 and 7F. RGB value is (128,1,127). Sum of RGB (Red+Green+Blue) = 128+1+127=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80017F is #7FFE80. Grayscale: #343434. Windows color (decimal): -8388225 or 8323456. OLE color: 8323456.
HSL color Cylindrical-coordinate representation of color #80017F: hue angle of 300.47º 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 #80017F is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.50 |
| HSL | 300.47º | 0.98% | 0.25% | - |
| HSV(B) | 300.47º | 0.99% | 0.5% | - |
| XYZ | 12.74 | 6.14 | 20.59 | - |
| YUV | 53.34 | 169.58 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 127 | 0 | 0.99 | 0.01 | 0.50 | 300.47 | 0.98 | 0.25 |
| Hex | 80 | 1 | 7F | 0 | 63 | 1 | 32 | 12C | 62 | 19 |
| Octal | 200 | 1 | 177 | 0 | 143 | 1 | 62 | 454 | 142 | 31 |
| Binary | 10000000 | 1 | 1111111 | 0 | 1100011 | 1 | 110010 | 100101100 | 1100010 | 11001 |
Color Harmonies of #80017F
Complementary color
Monochromatic Colors of #80017F
Black with #80017F
Text Example
Text Example
White with #80017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80017F; }
p { color: rgb(128,1,127); }
H1.HeaderClassName
{
color: #80017F;
}
.AnyTagClassName
{
color: #80017F;
}
</style>
background-color css
<style>
a { background-color: #80017F; }
a { background-color: rgb(128,1,127); }
div.DivClassName
{
background-color: #80017F;
}
.BgClassName
{
background-color: #80017F;
}
</style>
border-color css
<style>
span { border-color: #80017F; }
span { border-color: rgb(128,1,127); }
td.TdClassName
{
border-color: #80017F;
}
.TagClassName
{
border-color: #80017F;
}
</style>