Shades of Purple #870070
Tints of Purple #870070
RGB
CMYK
RGB Variations
Color information
#870070 (or 0x870070) is known color: Purple. HEX triplet: 87, 00 and 70. RGB value is (135,0,112). Sum of RGB (Red+Green+Blue) = 135+0+112=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #870070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870070 is #78FF8F. Grayscale: #343434. Windows color (decimal): -7929744 or 7340167. OLE color: 7340167.
HSL color Cylindrical-coordinate representation of color #870070: hue angle of 310.22º 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 #870070 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.17 | 0.47 |
| HSL | 310.22º | 1% | 0.26% | - |
| HSV(B) | 310.22º | 1% | 0.53% | - |
| XYZ | 12.92 | 6.32 | 15.87 | - |
| YUV | 53.13 | 161.23 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 112 | 0 | 1 | 0.17 | 0.47 | 310.22 | 1 | 0.26 |
| Hex | 87 | 0 | 70 | 0 | 64 | 11 | 2F | 136 | 64 | 1A |
| Octal | 207 | 0 | 160 | 0 | 144 | 21 | 57 | 466 | 144 | 32 |
| Binary | 10000111 | 0 | 1110000 | 0 | 1100100 | 10001 | 101111 | 100110110 | 1100100 | 11010 |
Color Harmonies of #870070
Complementary color
Monochromatic Colors of #870070
Black with #870070
Text Example
Text Example
White with #870070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870070; }
p { color: rgb(135,0,112); }
H1.HeaderClassName
{
color: #870070;
}
.AnyTagClassName
{
color: #870070;
}
</style>
background-color css
<style>
a { background-color: #870070; }
a { background-color: rgb(135,0,112); }
div.DivClassName
{
background-color: #870070;
}
.BgClassName
{
background-color: #870070;
}
</style>
border-color css
<style>
span { border-color: #870070; }
span { border-color: rgb(135,0,112); }
td.TdClassName
{
border-color: #870070;
}
.TagClassName
{
border-color: #870070;
}
</style>