Shades of Dark Purple #861773
Tints of Dark Purple #861773
RGB
CMYK
RGB Variations
Color information
#861773 (or 0x861773) is known color: Dark Purple. HEX triplet: 86, 17 and 73. RGB value is (134,23,115). Sum of RGB (Red+Green+Blue) = 134+23+115=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #861773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861773 is #79E88C. Grayscale: #424242. Windows color (decimal): -7989389 or 7542662. OLE color: 7542662.
HSL color Cylindrical-coordinate representation of color #861773: hue angle of 310.27º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861773 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 115 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.47 |
| HSL | 310.27º | 0.71% | 0.31% | - |
| HSV(B) | 310.27º | 0.83% | 0.53% | - |
| XYZ | 13.23 | 6.92 | 16.86 | - |
| YUV | 66.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 115 | 0 | 0.83 | 0.14 | 0.47 | 310.27 | 0.71 | 0.31 |
| Hex | 86 | 17 | 73 | 0 | 53 | E | 2F | 136 | 47 | 1F |
| Octal | 206 | 27 | 163 | 0 | 123 | 16 | 57 | 466 | 107 | 37 |
| Binary | 10000110 | 10111 | 1110011 | 0 | 1010011 | 1110 | 101111 | 100110110 | 1000111 | 11111 |
Color Harmonies of #861773
Complementary color
Monochromatic Colors of #861773
Black with #861773
Text Example
Text Example
White with #861773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861773; }
p { color: rgb(134,23,115); }
H1.HeaderClassName
{
color: #861773;
}
.AnyTagClassName
{
color: #861773;
}
</style>
background-color css
<style>
a { background-color: #861773; }
a { background-color: rgb(134,23,115); }
div.DivClassName
{
background-color: #861773;
}
.BgClassName
{
background-color: #861773;
}
</style>
border-color css
<style>
span { border-color: #861773; }
span { border-color: rgb(134,23,115); }
td.TdClassName
{
border-color: #861773;
}
.TagClassName
{
border-color: #861773;
}
</style>