Shades of Purple #880276
Tints of Purple #880276
RGB
CMYK
RGB Variations
Color information
#880276 (or 0x880276) is known color: Purple. HEX triplet: 88, 02 and 76. RGB value is (136,2,118). Sum of RGB (Red+Green+Blue) = 136+2+118=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #880276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880276 is #77FD89. Grayscale: #363636. Windows color (decimal): -7863690 or 7733896. OLE color: 7733896.
HSL color Cylindrical-coordinate representation of color #880276: hue angle of 308.06º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880276 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.47 |
| HSL | 308.06º | 0.97% | 0.27% | - |
| HSV(B) | 308.06º | 0.99% | 0.53% | - |
| XYZ | 13.45 | 6.59 | 17.7 | - |
| YUV | 55.29 | 163.39 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 118 | 0 | 0.99 | 0.13 | 0.47 | 308.06 | 0.97 | 0.27 |
| Hex | 88 | 2 | 76 | 0 | 63 | D | 2F | 134 | 61 | 1B |
| Octal | 210 | 2 | 166 | 0 | 143 | 15 | 57 | 464 | 141 | 33 |
| Binary | 10001000 | 10 | 1110110 | 0 | 1100011 | 1101 | 101111 | 100110100 | 1100001 | 11011 |
Color Harmonies of #880276
Complementary color
Monochromatic Colors of #880276
Black with #880276
Text Example
Text Example
White with #880276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880276; }
p { color: rgb(136,2,118); }
H1.HeaderClassName
{
color: #880276;
}
.AnyTagClassName
{
color: #880276;
}
</style>
background-color css
<style>
a { background-color: #880276; }
a { background-color: rgb(136,2,118); }
div.DivClassName
{
background-color: #880276;
}
.BgClassName
{
background-color: #880276;
}
</style>
border-color css
<style>
span { border-color: #880276; }
span { border-color: rgb(136,2,118); }
td.TdClassName
{
border-color: #880276;
}
.TagClassName
{
border-color: #880276;
}
</style>