Shades of Purple #880580
Tints of Purple #880580
RGB
CMYK
RGB Variations
Color information
#880580 (or 0x880580) is known color: Purple. HEX triplet: 88, 05 and 80. RGB value is (136,5,128). Sum of RGB (Red+Green+Blue) = 136+5+128=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #880580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880580 is #77FA7F. Grayscale: #393939. Windows color (decimal): -7862912 or 8390024. OLE color: 8390024.
HSL color Cylindrical-coordinate representation of color #880580: hue angle of 303.66º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880580 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 128 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.47 |
| HSL | 303.66º | 0.93% | 0.28% | - |
| HSV(B) | 303.66º | 0.96% | 0.53% | - |
| XYZ | 14.1 | 6.9 | 21.01 | - |
| YUV | 58.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 128 | 0 | 0.96 | 0.06 | 0.47 | 303.66 | 0.93 | 0.28 |
| Hex | 88 | 5 | 80 | 0 | 60 | 6 | 2F | 130 | 5D | 1C |
| Octal | 210 | 5 | 200 | 0 | 140 | 6 | 57 | 460 | 135 | 34 |
| Binary | 10001000 | 101 | 10000000 | 0 | 1100000 | 110 | 101111 | 100110000 | 1011101 | 11100 |
Color Harmonies of #880580
Complementary color
Monochromatic Colors of #880580
Black with #880580
Text Example
Text Example
White with #880580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880580; }
p { color: rgb(136,5,128); }
H1.HeaderClassName
{
color: #880580;
}
.AnyTagClassName
{
color: #880580;
}
</style>
background-color css
<style>
a { background-color: #880580; }
a { background-color: rgb(136,5,128); }
div.DivClassName
{
background-color: #880580;
}
.BgClassName
{
background-color: #880580;
}
</style>
border-color css
<style>
span { border-color: #880580; }
span { border-color: rgb(136,5,128); }
td.TdClassName
{
border-color: #880580;
}
.TagClassName
{
border-color: #880580;
}
</style>