Shades of Dark Purple #861471
Tints of Dark Purple #861471
RGB
CMYK
RGB Variations
Color information
#861471 (or 0x861471) is known color: Dark Purple. HEX triplet: 86, 14 and 71. RGB value is (134,20,113). Sum of RGB (Red+Green+Blue) = 134+20+113=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #861471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861471 is #79EB8E. Grayscale: #404040. Windows color (decimal): -7990159 or 7410822. OLE color: 7410822.
HSL color Cylindrical-coordinate representation of color #861471: hue angle of 311.05º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861471 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 113 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.47 |
| HSL | 311.05º | 0.74% | 0.3% | - |
| HSV(B) | 311.05º | 0.85% | 0.53% | - |
| XYZ | 13.06 | 6.76 | 16.24 | - |
| YUV | 64.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 113 | 0 | 0.85 | 0.16 | 0.47 | 311.05 | 0.74 | 0.3 |
| Hex | 86 | 14 | 71 | 0 | 55 | 10 | 2F | 137 | 4A | 1E |
| Octal | 206 | 24 | 161 | 0 | 125 | 20 | 57 | 467 | 112 | 36 |
| Binary | 10000110 | 10100 | 1110001 | 0 | 1010101 | 10000 | 101111 | 100110111 | 1001010 | 11110 |
Color Harmonies of #861471
Complementary color
Monochromatic Colors of #861471
Black with #861471
Text Example
Text Example
White with #861471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861471; }
p { color: rgb(134,20,113); }
H1.HeaderClassName
{
color: #861471;
}
.AnyTagClassName
{
color: #861471;
}
</style>
background-color css
<style>
a { background-color: #861471; }
a { background-color: rgb(134,20,113); }
div.DivClassName
{
background-color: #861471;
}
.BgClassName
{
background-color: #861471;
}
</style>
border-color css
<style>
span { border-color: #861471; }
span { border-color: rgb(134,20,113); }
td.TdClassName
{
border-color: #861471;
}
.TagClassName
{
border-color: #861471;
}
</style>