Shades of Purple #870570
Tints of Purple #870570
RGB
CMYK
RGB Variations
Color information
#870570 (or 0x870570) is known color: Purple. HEX triplet: 87, 05 and 70. RGB value is (135,5,112). Sum of RGB (Red+Green+Blue) = 135+5+112=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #870570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870570 is #78FA8F. Grayscale: #373737. Windows color (decimal): -7928464 or 7341447. OLE color: 7341447.
HSL color Cylindrical-coordinate representation of color #870570: hue angle of 310.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870570 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 112 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.47 |
| HSL | 310.62º | 0.93% | 0.27% | - |
| HSV(B) | 310.62º | 0.96% | 0.53% | - |
| XYZ | 12.97 | 6.43 | 15.89 | - |
| YUV | 56.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 112 | 0 | 0.96 | 0.17 | 0.47 | 310.62 | 0.93 | 0.27 |
| Hex | 87 | 5 | 70 | 0 | 60 | 11 | 2F | 137 | 5D | 1B |
| Octal | 207 | 5 | 160 | 0 | 140 | 21 | 57 | 467 | 135 | 33 |
| Binary | 10000111 | 101 | 1110000 | 0 | 1100000 | 10001 | 101111 | 100110111 | 1011101 | 11011 |
Color Harmonies of #870570
Complementary color
Monochromatic Colors of #870570
Black with #870570
Text Example
Text Example
White with #870570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870570; }
p { color: rgb(135,5,112); }
H1.HeaderClassName
{
color: #870570;
}
.AnyTagClassName
{
color: #870570;
}
</style>
background-color css
<style>
a { background-color: #870570; }
a { background-color: rgb(135,5,112); }
div.DivClassName
{
background-color: #870570;
}
.BgClassName
{
background-color: #870570;
}
</style>
border-color css
<style>
span { border-color: #870570; }
span { border-color: rgb(135,5,112); }
td.TdClassName
{
border-color: #870570;
}
.TagClassName
{
border-color: #870570;
}
</style>