Shades of Dark Purple #860A72
Tints of Dark Purple #860A72
RGB
CMYK
RGB Variations
Color information
#860A72 (or 0x860A72) is known color: Dark Purple. HEX triplet: 86, 0A and 72. RGB value is (134,10,114). Sum of RGB (Red+Green+Blue) = 134+10+114=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #860A72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A72 is #79F58D. Grayscale: #3A3A3A. Windows color (decimal): -7992718 or 7473798. OLE color: 7473798.
HSL color Cylindrical-coordinate representation of color #860A72: hue angle of 309.68º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A72 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 114 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.47 |
| HSL | 309.68º | 0.86% | 0.28% | - |
| HSV(B) | 309.68º | 0.93% | 0.53% | - |
| XYZ | 12.98 | 6.5 | 16.49 | - |
| YUV | 58.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 114 | 0 | 0.93 | 0.15 | 0.47 | 309.68 | 0.86 | 0.28 |
| Hex | 86 | A | 72 | 0 | 5D | F | 2F | 136 | 56 | 1C |
| Octal | 206 | 12 | 162 | 0 | 135 | 17 | 57 | 466 | 126 | 34 |
| Binary | 10000110 | 1010 | 1110010 | 0 | 1011101 | 1111 | 101111 | 100110110 | 1010110 | 11100 |
Color Harmonies of #860A72
Complementary color
Monochromatic Colors of #860A72
Black with #860A72
Text Example
Text Example
White with #860A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A72; }
p { color: rgb(134,10,114); }
H1.HeaderClassName
{
color: #860A72;
}
.AnyTagClassName
{
color: #860A72;
}
</style>
background-color css
<style>
a { background-color: #860A72; }
a { background-color: rgb(134,10,114); }
div.DivClassName
{
background-color: #860A72;
}
.BgClassName
{
background-color: #860A72;
}
</style>
border-color css
<style>
span { border-color: #860A72; }
span { border-color: rgb(134,10,114); }
td.TdClassName
{
border-color: #860A72;
}
.TagClassName
{
border-color: #860A72;
}
</style>