Shades of Dark Purple #870F71
Tints of Dark Purple #870F71
RGB
CMYK
RGB Variations
Color information
#870F71 (or 0x870F71) is known color: Dark Purple. HEX triplet: 87, 0F and 71. RGB value is (135,15,113). Sum of RGB (Red+Green+Blue) = 135+15+113=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #870F71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F71 is #78F08E. Grayscale: #3D3D3D. Windows color (decimal): -7925903 or 7409543. OLE color: 7409543.
HSL color Cylindrical-coordinate representation of color #870F71: hue angle of 311º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F71 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 113 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.47 |
| HSL | 311º | 0.8% | 0.29% | - |
| HSV(B) | 311º | 0.89% | 0.53% | - |
| XYZ | 13.14 | 6.68 | 16.22 | - |
| YUV | 62.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 113 | 0 | 0.89 | 0.16 | 0.47 | 311 | 0.8 | 0.29 |
| Hex | 87 | F | 71 | 0 | 59 | 10 | 2F | 137 | 50 | 1D |
| Octal | 207 | 17 | 161 | 0 | 131 | 20 | 57 | 467 | 120 | 35 |
| Binary | 10000111 | 1111 | 1110001 | 0 | 1011001 | 10000 | 101111 | 100110111 | 1010000 | 11101 |
Color Harmonies of #870F71
Complementary color
Monochromatic Colors of #870F71
Black with #870F71
Text Example
Text Example
White with #870F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F71; }
p { color: rgb(135,15,113); }
H1.HeaderClassName
{
color: #870F71;
}
.AnyTagClassName
{
color: #870F71;
}
</style>
background-color css
<style>
a { background-color: #870F71; }
a { background-color: rgb(135,15,113); }
div.DivClassName
{
background-color: #870F71;
}
.BgClassName
{
background-color: #870F71;
}
</style>
border-color css
<style>
span { border-color: #870F71; }
span { border-color: rgb(135,15,113); }
td.TdClassName
{
border-color: #870F71;
}
.TagClassName
{
border-color: #870F71;
}
</style>