Shades of Dark Purple #861973
Tints of Dark Purple #861973
RGB
CMYK
RGB Variations
Color information
#861973 (or 0x861973) is known color: Dark Purple. HEX triplet: 86, 19 and 73. RGB value is (134,25,115). Sum of RGB (Red+Green+Blue) = 134+25+115=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #861973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861973 is #79E68C. Grayscale: #434343. Windows color (decimal): -7988877 or 7543174. OLE color: 7543174.
HSL color Cylindrical-coordinate representation of color #861973: hue angle of 310.46º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861973 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 115 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.47 |
| HSL | 310.46º | 0.69% | 0.31% | - |
| HSV(B) | 310.46º | 0.81% | 0.53% | - |
| XYZ | 13.27 | 7 | 16.87 | - |
| YUV | 67.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 115 | 0 | 0.81 | 0.14 | 0.47 | 310.46 | 0.69 | 0.31 |
| Hex | 86 | 19 | 73 | 0 | 51 | E | 2F | 136 | 45 | 1F |
| Octal | 206 | 31 | 163 | 0 | 121 | 16 | 57 | 466 | 105 | 37 |
| Binary | 10000110 | 11001 | 1110011 | 0 | 1010001 | 1110 | 101111 | 100110110 | 1000101 | 11111 |
Color Harmonies of #861973
Complementary color
Monochromatic Colors of #861973
Black with #861973
Text Example
Text Example
White with #861973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861973; }
p { color: rgb(134,25,115); }
H1.HeaderClassName
{
color: #861973;
}
.AnyTagClassName
{
color: #861973;
}
</style>
background-color css
<style>
a { background-color: #861973; }
a { background-color: rgb(134,25,115); }
div.DivClassName
{
background-color: #861973;
}
.BgClassName
{
background-color: #861973;
}
</style>
border-color css
<style>
span { border-color: #861973; }
span { border-color: rgb(134,25,115); }
td.TdClassName
{
border-color: #861973;
}
.TagClassName
{
border-color: #861973;
}
</style>