Shades of Dark Purple #861377
Tints of Dark Purple #861377
RGB
CMYK
RGB Variations
Color information
#861377 (or 0x861377) is known color: Dark Purple. HEX triplet: 86, 13 and 77. RGB value is (134,19,119). Sum of RGB (Red+Green+Blue) = 134+19+119=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #861377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861377 is #79EC88. Grayscale: #404040. Windows color (decimal): -7990409 or 7803782. OLE color: 7803782.
HSL color Cylindrical-coordinate representation of color #861377: hue angle of 307.83º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861377 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 119 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.47 |
| HSL | 307.83º | 0.75% | 0.3% | - |
| HSV(B) | 307.83º | 0.86% | 0.53% | - |
| XYZ | 13.39 | 6.87 | 18.07 | - |
| YUV | 64.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 119 | 0 | 0.86 | 0.11 | 0.47 | 307.83 | 0.75 | 0.3 |
| Hex | 86 | 13 | 77 | 0 | 56 | B | 2F | 134 | 4B | 1E |
| Octal | 206 | 23 | 167 | 0 | 126 | 13 | 57 | 464 | 113 | 36 |
| Binary | 10000110 | 10011 | 1110111 | 0 | 1010110 | 1011 | 101111 | 100110100 | 1001011 | 11110 |
Color Harmonies of #861377
Complementary color
Monochromatic Colors of #861377
Black with #861377
Text Example
Text Example
White with #861377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861377; }
p { color: rgb(134,19,119); }
H1.HeaderClassName
{
color: #861377;
}
.AnyTagClassName
{
color: #861377;
}
</style>
background-color css
<style>
a { background-color: #861377; }
a { background-color: rgb(134,19,119); }
div.DivClassName
{
background-color: #861377;
}
.BgClassName
{
background-color: #861377;
}
</style>
border-color css
<style>
span { border-color: #861377; }
span { border-color: rgb(134,19,119); }
td.TdClassName
{
border-color: #861377;
}
.TagClassName
{
border-color: #861377;
}
</style>