Shades of Purple #870076
Tints of Purple #870076
RGB
CMYK
RGB Variations
Color information
#870076 (or 0x870076) is known color: Purple. HEX triplet: 87, 00 and 76. RGB value is (135,0,118). Sum of RGB (Red+Green+Blue) = 135+0+118=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #870076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870076 is #78FF89. Grayscale: #353535. Windows color (decimal): -7929738 or 7733383. OLE color: 7733383.
HSL color Cylindrical-coordinate representation of color #870076: hue angle of 307.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870076 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.13 | 0.47 |
| HSL | 307.56º | 1% | 0.26% | - |
| HSV(B) | 307.56º | 1% | 0.53% | - |
| XYZ | 13.26 | 6.46 | 17.69 | - |
| YUV | 53.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 118 | 0 | 1 | 0.13 | 0.47 | 307.56 | 1 | 0.26 |
| Hex | 87 | 0 | 76 | 0 | 64 | D | 2F | 134 | 64 | 1A |
| Octal | 207 | 0 | 166 | 0 | 144 | 15 | 57 | 464 | 144 | 32 |
| Binary | 10000111 | 0 | 1110110 | 0 | 1100100 | 1101 | 101111 | 100110100 | 1100100 | 11010 |
Color Harmonies of #870076
Complementary color
Monochromatic Colors of #870076
Black with #870076
Text Example
Text Example
White with #870076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870076; }
p { color: rgb(135,0,118); }
H1.HeaderClassName
{
color: #870076;
}
.AnyTagClassName
{
color: #870076;
}
</style>
background-color css
<style>
a { background-color: #870076; }
a { background-color: rgb(135,0,118); }
div.DivClassName
{
background-color: #870076;
}
.BgClassName
{
background-color: #870076;
}
</style>
border-color css
<style>
span { border-color: #870076; }
span { border-color: rgb(135,0,118); }
td.TdClassName
{
border-color: #870076;
}
.TagClassName
{
border-color: #870076;
}
</style>