Shades of Purple #870071
Tints of Purple #870071
RGB
CMYK
RGB Variations
Color information
#870071 (or 0x870071) is known color: Purple. HEX triplet: 87, 00 and 71. RGB value is (135,0,113). Sum of RGB (Red+Green+Blue) = 135+0+113=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #870071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870071 is #78FF8E. Grayscale: #343434. Windows color (decimal): -7929743 or 7405703. OLE color: 7405703.
HSL color Cylindrical-coordinate representation of color #870071: hue angle of 309.78º 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 #870071 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.16 | 0.47 |
| HSL | 309.78º | 1% | 0.26% | - |
| HSV(B) | 309.78º | 1% | 0.53% | - |
| XYZ | 12.97 | 6.34 | 16.16 | - |
| YUV | 53.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 113 | 0 | 1 | 0.16 | 0.47 | 309.78 | 1 | 0.26 |
| Hex | 87 | 0 | 71 | 0 | 64 | 10 | 2F | 136 | 64 | 1A |
| Octal | 207 | 0 | 161 | 0 | 144 | 20 | 57 | 466 | 144 | 32 |
| Binary | 10000111 | 0 | 1110001 | 0 | 1100100 | 10000 | 101111 | 100110110 | 1100100 | 11010 |
Color Harmonies of #870071
Complementary color
Monochromatic Colors of #870071
Black with #870071
Text Example
Text Example
White with #870071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870071; }
p { color: rgb(135,0,113); }
H1.HeaderClassName
{
color: #870071;
}
.AnyTagClassName
{
color: #870071;
}
</style>
background-color css
<style>
a { background-color: #870071; }
a { background-color: rgb(135,0,113); }
div.DivClassName
{
background-color: #870071;
}
.BgClassName
{
background-color: #870071;
}
</style>
border-color css
<style>
span { border-color: #870071; }
span { border-color: rgb(135,0,113); }
td.TdClassName
{
border-color: #870071;
}
.TagClassName
{
border-color: #870071;
}
</style>