Shades of Dark Purple #861473
Tints of Dark Purple #861473
RGB
CMYK
RGB Variations
Color information
#861473 (or 0x861473) is known color: Dark Purple. HEX triplet: 86, 14 and 73. RGB value is (134,20,115). Sum of RGB (Red+Green+Blue) = 134+20+115=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #861473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861473 is #79EB8C. Grayscale: #404040. Windows color (decimal): -7990157 or 7541894. OLE color: 7541894.
HSL color Cylindrical-coordinate representation of color #861473: hue angle of 310º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861473 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 115 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.47 |
| HSL | 310º | 0.74% | 0.3% | - |
| HSV(B) | 310º | 0.85% | 0.53% | - |
| XYZ | 13.18 | 6.81 | 16.84 | - |
| YUV | 64.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 115 | 0 | 0.85 | 0.14 | 0.47 | 310 | 0.74 | 0.3 |
| Hex | 86 | 14 | 73 | 0 | 55 | E | 2F | 136 | 4A | 1E |
| Octal | 206 | 24 | 163 | 0 | 125 | 16 | 57 | 466 | 112 | 36 |
| Binary | 10000110 | 10100 | 1110011 | 0 | 1010101 | 1110 | 101111 | 100110110 | 1001010 | 11110 |
Color Harmonies of #861473
Complementary color
Monochromatic Colors of #861473
Black with #861473
Text Example
Text Example
White with #861473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861473; }
p { color: rgb(134,20,115); }
H1.HeaderClassName
{
color: #861473;
}
.AnyTagClassName
{
color: #861473;
}
</style>
background-color css
<style>
a { background-color: #861473; }
a { background-color: rgb(134,20,115); }
div.DivClassName
{
background-color: #861473;
}
.BgClassName
{
background-color: #861473;
}
</style>
border-color css
<style>
span { border-color: #861473; }
span { border-color: rgb(134,20,115); }
td.TdClassName
{
border-color: #861473;
}
.TagClassName
{
border-color: #861473;
}
</style>