Shades of Dark Purple #861D6E
Tints of Dark Purple #861D6E
RGB
CMYK
RGB Variations
Color information
#861D6E (or 0x861D6E) is known color: Dark Purple. HEX triplet: 86, 1D and 6E. RGB value is (134,29,110). Sum of RGB (Red+Green+Blue) = 134+29+110=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #861D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861D6E is #79E291. Grayscale: #454545. Windows color (decimal): -7987858 or 7216518. OLE color: 7216518.
HSL color Cylindrical-coordinate representation of color #861D6E: hue angle of 313.71º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861D6E is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 29 | 110 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.47 |
| HSL | 313.71º | 0.64% | 0.32% | - |
| HSV(B) | 313.71º | 0.78% | 0.53% | - |
| XYZ | 13.09 | 7.07 | 15.43 | - |
| YUV | 69.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 110 | 0 | 0.78 | 0.18 | 0.47 | 313.71 | 0.64 | 0.32 |
| Hex | 86 | 1D | 6E | 0 | 4E | 12 | 2F | 13A | 40 | 20 |
| Octal | 206 | 35 | 156 | 0 | 116 | 22 | 57 | 472 | 100 | 40 |
| Binary | 10000110 | 11101 | 1101110 | 0 | 1001110 | 10010 | 101111 | 100111010 | 1000000 | 100000 |
Color Harmonies of #861D6E
Complementary color
Monochromatic Colors of #861D6E
Black with #861D6E
Text Example
Text Example
White with #861D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861D6E; }
p { color: rgb(134,29,110); }
H1.HeaderClassName
{
color: #861D6E;
}
.AnyTagClassName
{
color: #861D6E;
}
</style>
background-color css
<style>
a { background-color: #861D6E; }
a { background-color: rgb(134,29,110); }
div.DivClassName
{
background-color: #861D6E;
}
.BgClassName
{
background-color: #861D6E;
}
</style>
border-color css
<style>
span { border-color: #861D6E; }
span { border-color: rgb(134,29,110); }
td.TdClassName
{
border-color: #861D6E;
}
.TagClassName
{
border-color: #861D6E;
}
</style>