Shades of Dark Purple #860C73
Tints of Dark Purple #860C73
RGB
CMYK
RGB Variations
Color information
#860C73 (or 0x860C73) is known color: Dark Purple. HEX triplet: 86, 0C and 73. RGB value is (134,12,115). Sum of RGB (Red+Green+Blue) = 134+12+115=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #860C73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C73 is #79F38C. Grayscale: #3B3B3B. Windows color (decimal): -7992205 or 7539846. OLE color: 7539846.
HSL color Cylindrical-coordinate representation of color #860C73: hue angle of 309.34º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C73 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 115 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.47 |
| HSL | 309.34º | 0.84% | 0.29% | - |
| HSV(B) | 309.34º | 0.91% | 0.53% | - |
| XYZ | 13.06 | 6.57 | 16.8 | - |
| YUV | 60.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 115 | 0 | 0.91 | 0.14 | 0.47 | 309.34 | 0.84 | 0.29 |
| Hex | 86 | C | 73 | 0 | 5B | E | 2F | 135 | 54 | 1D |
| Octal | 206 | 14 | 163 | 0 | 133 | 16 | 57 | 465 | 124 | 35 |
| Binary | 10000110 | 1100 | 1110011 | 0 | 1011011 | 1110 | 101111 | 100110101 | 1010100 | 11101 |
Color Harmonies of #860C73
Complementary color
Monochromatic Colors of #860C73
Black with #860C73
Text Example
Text Example
White with #860C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C73; }
p { color: rgb(134,12,115); }
H1.HeaderClassName
{
color: #860C73;
}
.AnyTagClassName
{
color: #860C73;
}
</style>
background-color css
<style>
a { background-color: #860C73; }
a { background-color: rgb(134,12,115); }
div.DivClassName
{
background-color: #860C73;
}
.BgClassName
{
background-color: #860C73;
}
</style>
border-color css
<style>
span { border-color: #860C73; }
span { border-color: rgb(134,12,115); }
td.TdClassName
{
border-color: #860C73;
}
.TagClassName
{
border-color: #860C73;
}
</style>