Shades of Purple #80016C
Tints of Purple #80016C
RGB
CMYK
RGB Variations
Color information
#80016C (or 0x80016C) is known color: Purple. HEX triplet: 80, 01 and 6C. RGB value is (128,1,108). Sum of RGB (Red+Green+Blue) = 128+1+108=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #80016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80016C is #7FFE93. Grayscale: #323232. Windows color (decimal): -8388244 or 7078272. OLE color: 7078272.
HSL color Cylindrical-coordinate representation of color #80016C: hue angle of 309.45º 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 #80016C is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.50 |
| HSL | 309.45º | 0.98% | 0.25% | - |
| HSV(B) | 309.45º | 0.99% | 0.5% | - |
| XYZ | 11.62 | 5.69 | 14.67 | - |
| YUV | 51.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 108 | 0 | 0.99 | 0.16 | 0.50 | 309.45 | 0.98 | 0.25 |
| Hex | 80 | 1 | 6C | 0 | 63 | 10 | 32 | 135 | 62 | 19 |
| Octal | 200 | 1 | 154 | 0 | 143 | 20 | 62 | 465 | 142 | 31 |
| Binary | 10000000 | 1 | 1101100 | 0 | 1100011 | 10000 | 110010 | 100110101 | 1100010 | 11001 |
Color Harmonies of #80016C
Complementary color
Monochromatic Colors of #80016C
Black with #80016C
Text Example
Text Example
White with #80016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80016C; }
p { color: rgb(128,1,108); }
H1.HeaderClassName
{
color: #80016C;
}
.AnyTagClassName
{
color: #80016C;
}
</style>
background-color css
<style>
a { background-color: #80016C; }
a { background-color: rgb(128,1,108); }
div.DivClassName
{
background-color: #80016C;
}
.BgClassName
{
background-color: #80016C;
}
</style>
border-color css
<style>
span { border-color: #80016C; }
span { border-color: rgb(128,1,108); }
td.TdClassName
{
border-color: #80016C;
}
.TagClassName
{
border-color: #80016C;
}
</style>