Shades of Purple #880476
Tints of Purple #880476
RGB
CMYK
RGB Variations
Color information
#880476 (or 0x880476) is known color: Purple. HEX triplet: 88, 04 and 76. RGB value is (136,4,118). Sum of RGB (Red+Green+Blue) = 136+4+118=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #880476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880476 is #77FB89. Grayscale: #383838. Windows color (decimal): -7863178 or 7734408. OLE color: 7734408.
HSL color Cylindrical-coordinate representation of color #880476: hue angle of 308.18º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880476 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 118 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.47 |
| HSL | 308.18º | 0.94% | 0.27% | - |
| HSV(B) | 308.18º | 0.97% | 0.53% | - |
| XYZ | 13.47 | 6.63 | 17.71 | - |
| YUV | 56.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 118 | 0 | 0.97 | 0.13 | 0.47 | 308.18 | 0.94 | 0.27 |
| Hex | 88 | 4 | 76 | 0 | 61 | D | 2F | 134 | 5E | 1B |
| Octal | 210 | 4 | 166 | 0 | 141 | 15 | 57 | 464 | 136 | 33 |
| Binary | 10001000 | 100 | 1110110 | 0 | 1100001 | 1101 | 101111 | 100110100 | 1011110 | 11011 |
Color Harmonies of #880476
Complementary color
Monochromatic Colors of #880476
Black with #880476
Text Example
Text Example
White with #880476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880476; }
p { color: rgb(136,4,118); }
H1.HeaderClassName
{
color: #880476;
}
.AnyTagClassName
{
color: #880476;
}
</style>
background-color css
<style>
a { background-color: #880476; }
a { background-color: rgb(136,4,118); }
div.DivClassName
{
background-color: #880476;
}
.BgClassName
{
background-color: #880476;
}
</style>
border-color css
<style>
span { border-color: #880476; }
span { border-color: rgb(136,4,118); }
td.TdClassName
{
border-color: #880476;
}
.TagClassName
{
border-color: #880476;
}
</style>