Shades of Dark Purple #860D73
Tints of Dark Purple #860D73
RGB
CMYK
RGB Variations
Color information
#860D73 (or 0x860D73) is known color: Dark Purple. HEX triplet: 86, 0D and 73. RGB value is (134,13,115). Sum of RGB (Red+Green+Blue) = 134+13+115=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #860D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860D73 is #79F28C. Grayscale: #3C3C3C. Windows color (decimal): -7991949 or 7540102. OLE color: 7540102.
HSL color Cylindrical-coordinate representation of color #860D73: hue angle of 309.42º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D73 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 115 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.47 |
| HSL | 309.42º | 0.82% | 0.29% | - |
| HSV(B) | 309.42º | 0.9% | 0.53% | - |
| XYZ | 13.07 | 6.59 | 16.8 | - |
| YUV | 60.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 115 | 0 | 0.90 | 0.14 | 0.47 | 309.42 | 0.82 | 0.29 |
| Hex | 86 | D | 73 | 0 | 5A | E | 2F | 135 | 52 | 1D |
| Octal | 206 | 15 | 163 | 0 | 132 | 16 | 57 | 465 | 122 | 35 |
| Binary | 10000110 | 1101 | 1110011 | 0 | 1011010 | 1110 | 101111 | 100110101 | 1010010 | 11101 |
Color Harmonies of #860D73
Complementary color
Monochromatic Colors of #860D73
Black with #860D73
Text Example
Text Example
White with #860D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D73; }
p { color: rgb(134,13,115); }
H1.HeaderClassName
{
color: #860D73;
}
.AnyTagClassName
{
color: #860D73;
}
</style>
background-color css
<style>
a { background-color: #860D73; }
a { background-color: rgb(134,13,115); }
div.DivClassName
{
background-color: #860D73;
}
.BgClassName
{
background-color: #860D73;
}
</style>
border-color css
<style>
span { border-color: #860D73; }
span { border-color: rgb(134,13,115); }
td.TdClassName
{
border-color: #860D73;
}
.TagClassName
{
border-color: #860D73;
}
</style>