Shades of Dark Purple #860F72
Tints of Dark Purple #860F72
RGB
CMYK
RGB Variations
Color information
#860F72 (or 0x860F72) is known color: Dark Purple. HEX triplet: 86, 0F and 72. RGB value is (134,15,114). Sum of RGB (Red+Green+Blue) = 134+15+114=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #860F72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F72 is #79F08D. Grayscale: #3D3D3D. Windows color (decimal): -7991438 or 7475078. OLE color: 7475078.
HSL color Cylindrical-coordinate representation of color #860F72: hue angle of 310.08º 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 #860F72 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 114 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.47 |
| HSL | 310.08º | 0.8% | 0.29% | - |
| HSV(B) | 310.08º | 0.89% | 0.53% | - |
| XYZ | 13.04 | 6.62 | 16.51 | - |
| YUV | 61.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 114 | 0 | 0.89 | 0.15 | 0.47 | 310.08 | 0.8 | 0.29 |
| Hex | 86 | F | 72 | 0 | 59 | F | 2F | 136 | 50 | 1D |
| Octal | 206 | 17 | 162 | 0 | 131 | 17 | 57 | 466 | 120 | 35 |
| Binary | 10000110 | 1111 | 1110010 | 0 | 1011001 | 1111 | 101111 | 100110110 | 1010000 | 11101 |
Color Harmonies of #860F72
Complementary color
Monochromatic Colors of #860F72
Black with #860F72
Text Example
Text Example
White with #860F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F72; }
p { color: rgb(134,15,114); }
H1.HeaderClassName
{
color: #860F72;
}
.AnyTagClassName
{
color: #860F72;
}
</style>
background-color css
<style>
a { background-color: #860F72; }
a { background-color: rgb(134,15,114); }
div.DivClassName
{
background-color: #860F72;
}
.BgClassName
{
background-color: #860F72;
}
</style>
border-color css
<style>
span { border-color: #860F72; }
span { border-color: rgb(134,15,114); }
td.TdClassName
{
border-color: #860F72;
}
.TagClassName
{
border-color: #860F72;
}
</style>