Shades of Dark Purple #860B73
Tints of Dark Purple #860B73
RGB
CMYK
RGB Variations
Color information
#860B73 (or 0x860B73) is known color: Dark Purple. HEX triplet: 86, 0B and 73. RGB value is (134,11,115). Sum of RGB (Red+Green+Blue) = 134+11+115=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #860B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860B73 is #79F48C. Grayscale: #3B3B3B. Windows color (decimal): -7992461 or 7539590. OLE color: 7539590.
HSL color Cylindrical-coordinate representation of color #860B73: hue angle of 309.27º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B73 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 11 | 115 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.47 |
| HSL | 309.27º | 0.85% | 0.28% | - |
| HSV(B) | 309.27º | 0.92% | 0.53% | - |
| XYZ | 13.05 | 6.55 | 16.8 | - |
| YUV | 59.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 115 | 0 | 0.92 | 0.14 | 0.47 | 309.27 | 0.85 | 0.28 |
| Hex | 86 | B | 73 | 0 | 5C | E | 2F | 135 | 55 | 1C |
| Octal | 206 | 13 | 163 | 0 | 134 | 16 | 57 | 465 | 125 | 34 |
| Binary | 10000110 | 1011 | 1110011 | 0 | 1011100 | 1110 | 101111 | 100110101 | 1010101 | 11100 |
Color Harmonies of #860B73
Complementary color
Monochromatic Colors of #860B73
Black with #860B73
Text Example
Text Example
White with #860B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B73; }
p { color: rgb(134,11,115); }
H1.HeaderClassName
{
color: #860B73;
}
.AnyTagClassName
{
color: #860B73;
}
</style>
background-color css
<style>
a { background-color: #860B73; }
a { background-color: rgb(134,11,115); }
div.DivClassName
{
background-color: #860B73;
}
.BgClassName
{
background-color: #860B73;
}
</style>
border-color css
<style>
span { border-color: #860B73; }
span { border-color: rgb(134,11,115); }
td.TdClassName
{
border-color: #860B73;
}
.TagClassName
{
border-color: #860B73;
}
</style>