Shades of Dark Purple #861371
Tints of Dark Purple #861371
RGB
CMYK
RGB Variations
Color information
#861371 (or 0x861371) is known color: Dark Purple. HEX triplet: 86, 13 and 71. RGB value is (134,19,113). Sum of RGB (Red+Green+Blue) = 134+19+113=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #861371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861371 is #79EC8E. Grayscale: #3F3F3F. Windows color (decimal): -7990415 or 7410566. OLE color: 7410566.
HSL color Cylindrical-coordinate representation of color #861371: hue angle of 310.96º 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 #861371 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 113 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.47 |
| HSL | 310.96º | 0.75% | 0.3% | - |
| HSV(B) | 310.96º | 0.86% | 0.53% | - |
| XYZ | 13.05 | 6.73 | 16.23 | - |
| YUV | 64.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 113 | 0 | 0.86 | 0.16 | 0.47 | 310.96 | 0.75 | 0.3 |
| Hex | 86 | 13 | 71 | 0 | 56 | 10 | 2F | 137 | 4B | 1E |
| Octal | 206 | 23 | 161 | 0 | 126 | 20 | 57 | 467 | 113 | 36 |
| Binary | 10000110 | 10011 | 1110001 | 0 | 1010110 | 10000 | 101111 | 100110111 | 1001011 | 11110 |
Color Harmonies of #861371
Complementary color
Monochromatic Colors of #861371
Black with #861371
Text Example
Text Example
White with #861371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861371; }
p { color: rgb(134,19,113); }
H1.HeaderClassName
{
color: #861371;
}
.AnyTagClassName
{
color: #861371;
}
</style>
background-color css
<style>
a { background-color: #861371; }
a { background-color: rgb(134,19,113); }
div.DivClassName
{
background-color: #861371;
}
.BgClassName
{
background-color: #861371;
}
</style>
border-color css
<style>
span { border-color: #861371; }
span { border-color: rgb(134,19,113); }
td.TdClassName
{
border-color: #861371;
}
.TagClassName
{
border-color: #861371;
}
</style>