Shades of Purple #880576
Tints of Purple #880576
RGB
CMYK
RGB Variations
Color information
#880576 (or 0x880576) is known color: Purple. HEX triplet: 88, 05 and 76. RGB value is (136,5,118). Sum of RGB (Red+Green+Blue) = 136+5+118=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #880576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880576 is #77FA89. Grayscale: #383838. Windows color (decimal): -7862922 or 7734664. OLE color: 7734664.
HSL color Cylindrical-coordinate representation of color #880576: hue angle of 308.24º 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 #880576 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 118 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.47 |
| HSL | 308.24º | 0.93% | 0.28% | - |
| HSV(B) | 308.24º | 0.96% | 0.53% | - |
| XYZ | 13.48 | 6.65 | 17.71 | - |
| YUV | 57.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 118 | 0 | 0.96 | 0.13 | 0.47 | 308.24 | 0.93 | 0.28 |
| Hex | 88 | 5 | 76 | 0 | 60 | D | 2F | 134 | 5D | 1C |
| Octal | 210 | 5 | 166 | 0 | 140 | 15 | 57 | 464 | 135 | 34 |
| Binary | 10001000 | 101 | 1110110 | 0 | 1100000 | 1101 | 101111 | 100110100 | 1011101 | 11100 |
Color Harmonies of #880576
Complementary color
Monochromatic Colors of #880576
Black with #880576
Text Example
Text Example
White with #880576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880576; }
p { color: rgb(136,5,118); }
H1.HeaderClassName
{
color: #880576;
}
.AnyTagClassName
{
color: #880576;
}
</style>
background-color css
<style>
a { background-color: #880576; }
a { background-color: rgb(136,5,118); }
div.DivClassName
{
background-color: #880576;
}
.BgClassName
{
background-color: #880576;
}
</style>
border-color css
<style>
span { border-color: #880576; }
span { border-color: rgb(136,5,118); }
td.TdClassName
{
border-color: #880576;
}
.TagClassName
{
border-color: #880576;
}
</style>