Shades of Purple #870170
Tints of Purple #870170
RGB
CMYK
RGB Variations
Color information
#870170 (or 0x870170) is known color: Purple. HEX triplet: 87, 01 and 70. RGB value is (135,1,112). Sum of RGB (Red+Green+Blue) = 135+1+112=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #870170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870170 is #78FE8F. Grayscale: #353535. Windows color (decimal): -7929488 or 7340423. OLE color: 7340423.
HSL color Cylindrical-coordinate representation of color #870170: hue angle of 310.3º degrees, saturation: 0.99, 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 #870170 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 112 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.47 |
| HSL | 310.3º | 0.99% | 0.27% | - |
| HSV(B) | 310.3º | 0.99% | 0.53% | - |
| XYZ | 12.93 | 6.34 | 15.87 | - |
| YUV | 53.72 | 160.89 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 112 | 0 | 0.99 | 0.17 | 0.47 | 310.3 | 0.99 | 0.27 |
| Hex | 87 | 1 | 70 | 0 | 63 | 11 | 2F | 136 | 63 | 1B |
| Octal | 207 | 1 | 160 | 0 | 143 | 21 | 57 | 466 | 143 | 33 |
| Binary | 10000111 | 1 | 1110000 | 0 | 1100011 | 10001 | 101111 | 100110110 | 1100011 | 11011 |
Color Harmonies of #870170
Complementary color
Monochromatic Colors of #870170
Black with #870170
Text Example
Text Example
White with #870170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870170; }
p { color: rgb(135,1,112); }
H1.HeaderClassName
{
color: #870170;
}
.AnyTagClassName
{
color: #870170;
}
</style>
background-color css
<style>
a { background-color: #870170; }
a { background-color: rgb(135,1,112); }
div.DivClassName
{
background-color: #870170;
}
.BgClassName
{
background-color: #870170;
}
</style>
border-color css
<style>
span { border-color: #870170; }
span { border-color: rgb(135,1,112); }
td.TdClassName
{
border-color: #870170;
}
.TagClassName
{
border-color: #870170;
}
</style>