Shades of Dark Purple #860F70
Tints of Dark Purple #860F70
RGB
CMYK
RGB Variations
Color information
#860F70 (or 0x860F70) is known color: Dark Purple. HEX triplet: 86, 0F and 70. RGB value is (134,15,112). Sum of RGB (Red+Green+Blue) = 134+15+112=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #860F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F70 is #79F08F. Grayscale: #3D3D3D. Windows color (decimal): -7991440 or 7344006. OLE color: 7344006.
HSL color Cylindrical-coordinate representation of color #860F70: hue angle of 311.09º 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 #860F70 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 112 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.47 |
| HSL | 311.09º | 0.8% | 0.29% | - |
| HSV(B) | 311.09º | 0.89% | 0.53% | - |
| XYZ | 12.93 | 6.58 | 15.92 | - |
| YUV | 61.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 112 | 0 | 0.89 | 0.16 | 0.47 | 311.09 | 0.8 | 0.29 |
| Hex | 86 | F | 70 | 0 | 59 | 10 | 2F | 137 | 50 | 1D |
| Octal | 206 | 17 | 160 | 0 | 131 | 20 | 57 | 467 | 120 | 35 |
| Binary | 10000110 | 1111 | 1110000 | 0 | 1011001 | 10000 | 101111 | 100110111 | 1010000 | 11101 |
Color Harmonies of #860F70
Complementary color
Monochromatic Colors of #860F70
Black with #860F70
Text Example
Text Example
White with #860F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F70; }
p { color: rgb(134,15,112); }
H1.HeaderClassName
{
color: #860F70;
}
.AnyTagClassName
{
color: #860F70;
}
</style>
background-color css
<style>
a { background-color: #860F70; }
a { background-color: rgb(134,15,112); }
div.DivClassName
{
background-color: #860F70;
}
.BgClassName
{
background-color: #860F70;
}
</style>
border-color css
<style>
span { border-color: #860F70; }
span { border-color: rgb(134,15,112); }
td.TdClassName
{
border-color: #860F70;
}
.TagClassName
{
border-color: #860F70;
}
</style>