Shades of Purple #880780
Tints of Purple #880780
RGB
CMYK
RGB Variations
Color information
#880780 (or 0x880780) is known color: Purple. HEX triplet: 88, 07 and 80. RGB value is (136,7,128). Sum of RGB (Red+Green+Blue) = 136+7+128=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #880780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880780 is #77F87F. Grayscale: #3B3B3B. Windows color (decimal): -7862400 or 8390536. OLE color: 8390536.
HSL color Cylindrical-coordinate representation of color #880780: hue angle of 303.72º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880780 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 128 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.47 |
| HSL | 303.72º | 0.9% | 0.28% | - |
| HSV(B) | 303.72º | 0.95% | 0.53% | - |
| XYZ | 14.13 | 6.94 | 21.02 | - |
| YUV | 59.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 128 | 0 | 0.95 | 0.06 | 0.47 | 303.72 | 0.9 | 0.28 |
| Hex | 88 | 7 | 80 | 0 | 5F | 6 | 2F | 130 | 5A | 1C |
| Octal | 210 | 7 | 200 | 0 | 137 | 6 | 57 | 460 | 132 | 34 |
| Binary | 10001000 | 111 | 10000000 | 0 | 1011111 | 110 | 101111 | 100110000 | 1011010 | 11100 |
Color Harmonies of #880780
Complementary color
Monochromatic Colors of #880780
Black with #880780
Text Example
Text Example
White with #880780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880780; }
p { color: rgb(136,7,128); }
H1.HeaderClassName
{
color: #880780;
}
.AnyTagClassName
{
color: #880780;
}
</style>
background-color css
<style>
a { background-color: #880780; }
a { background-color: rgb(136,7,128); }
div.DivClassName
{
background-color: #880780;
}
.BgClassName
{
background-color: #880780;
}
</style>
border-color css
<style>
span { border-color: #880780; }
span { border-color: rgb(136,7,128); }
td.TdClassName
{
border-color: #880780;
}
.TagClassName
{
border-color: #880780;
}
</style>