Shades of Dark Purple #861767
Tints of Dark Purple #861767
RGB
CMYK
RGB Variations
Color information
#861767 (or 0x861767) is known color: Dark Purple. HEX triplet: 86, 17 and 67. RGB value is (134,23,103). Sum of RGB (Red+Green+Blue) = 134+23+103=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #861767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861767 is #79E898. Grayscale: #414141. Windows color (decimal): -7989401 or 6756230. OLE color: 6756230.
HSL color Cylindrical-coordinate representation of color #861767: hue angle of 316.76º 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 #861767 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 103 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.47 |
| HSL | 316.76º | 0.71% | 0.31% | - |
| HSV(B) | 316.76º | 0.83% | 0.53% | - |
| XYZ | 12.59 | 6.66 | 13.45 | - |
| YUV | 65.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 103 | 0 | 0.83 | 0.23 | 0.47 | 316.76 | 0.71 | 0.31 |
| Hex | 86 | 17 | 67 | 0 | 53 | 17 | 2F | 13D | 47 | 1F |
| Octal | 206 | 27 | 147 | 0 | 123 | 27 | 57 | 475 | 107 | 37 |
| Binary | 10000110 | 10111 | 1100111 | 0 | 1010011 | 10111 | 101111 | 100111101 | 1000111 | 11111 |
Color Harmonies of #861767
Complementary color
Monochromatic Colors of #861767
Black with #861767
Text Example
Text Example
White with #861767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861767; }
p { color: rgb(134,23,103); }
H1.HeaderClassName
{
color: #861767;
}
.AnyTagClassName
{
color: #861767;
}
</style>
background-color css
<style>
a { background-color: #861767; }
a { background-color: rgb(134,23,103); }
div.DivClassName
{
background-color: #861767;
}
.BgClassName
{
background-color: #861767;
}
</style>
border-color css
<style>
span { border-color: #861767; }
span { border-color: rgb(134,23,103); }
td.TdClassName
{
border-color: #861767;
}
.TagClassName
{
border-color: #861767;
}
</style>