Shades of Dark Purple #861F73
Tints of Dark Purple #861F73
RGB
CMYK
RGB Variations
Color information
#861F73 (or 0x861F73) is known color: Dark Purple. HEX triplet: 86, 1F and 73. RGB value is (134,31,115). Sum of RGB (Red+Green+Blue) = 134+31+115=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #861F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861F73 is #79E08C. Grayscale: #474747. Windows color (decimal): -7987341 or 7544710. OLE color: 7544710.
HSL color Cylindrical-coordinate representation of color #861F73: hue angle of 311.07º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #861F73 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 115 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.47 |
| HSL | 311.07º | 0.62% | 0.32% | - |
| HSV(B) | 311.07º | 0.77% | 0.53% | - |
| XYZ | 13.42 | 7.29 | 16.92 | - |
| YUV | 71.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 115 | 0 | 0.77 | 0.14 | 0.47 | 311.07 | 0.62 | 0.32 |
| Hex | 86 | 1F | 73 | 0 | 4D | E | 2F | 137 | 3E | 20 |
| Octal | 206 | 37 | 163 | 0 | 115 | 16 | 57 | 467 | 76 | 40 |
| Binary | 10000110 | 11111 | 1110011 | 0 | 1001101 | 1110 | 101111 | 100110111 | 111110 | 100000 |
Color Harmonies of #861F73
Complementary color
Monochromatic Colors of #861F73
Black with #861F73
Text Example
Text Example
White with #861F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F73; }
p { color: rgb(134,31,115); }
H1.HeaderClassName
{
color: #861F73;
}
.AnyTagClassName
{
color: #861F73;
}
</style>
background-color css
<style>
a { background-color: #861F73; }
a { background-color: rgb(134,31,115); }
div.DivClassName
{
background-color: #861F73;
}
.BgClassName
{
background-color: #861F73;
}
</style>
border-color css
<style>
span { border-color: #861F73; }
span { border-color: rgb(134,31,115); }
td.TdClassName
{
border-color: #861F73;
}
.TagClassName
{
border-color: #861F73;
}
</style>