Shades of Dark Purple #861D65
Tints of Dark Purple #861D65
RGB
CMYK
RGB Variations
Color information
#861D65 (or 0x861D65) is known color: Dark Purple. HEX triplet: 86, 1D and 65. RGB value is (134,29,101). Sum of RGB (Red+Green+Blue) = 134+29+101=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #861D65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861D65 is #79E29A. Grayscale: #444444. Windows color (decimal): -7987867 or 6626694. OLE color: 6626694.
HSL color Cylindrical-coordinate representation of color #861D65: hue angle of 318.86º 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 #861D65 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 29 | 101 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.47 |
| HSL | 318.86º | 0.64% | 0.32% | - |
| HSV(B) | 318.86º | 0.78% | 0.53% | - |
| XYZ | 12.62 | 6.89 | 12.98 | - |
| YUV | 68.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 101 | 0 | 0.78 | 0.25 | 0.47 | 318.86 | 0.64 | 0.32 |
| Hex | 86 | 1D | 65 | 0 | 4E | 19 | 2F | 13F | 40 | 20 |
| Octal | 206 | 35 | 145 | 0 | 116 | 31 | 57 | 477 | 100 | 40 |
| Binary | 10000110 | 11101 | 1100101 | 0 | 1001110 | 11001 | 101111 | 100111111 | 1000000 | 100000 |
Color Harmonies of #861D65
Complementary color
Monochromatic Colors of #861D65
Black with #861D65
Text Example
Text Example
White with #861D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861D65; }
p { color: rgb(134,29,101); }
H1.HeaderClassName
{
color: #861D65;
}
.AnyTagClassName
{
color: #861D65;
}
</style>
background-color css
<style>
a { background-color: #861D65; }
a { background-color: rgb(134,29,101); }
div.DivClassName
{
background-color: #861D65;
}
.BgClassName
{
background-color: #861D65;
}
</style>
border-color css
<style>
span { border-color: #861D65; }
span { border-color: rgb(134,29,101); }
td.TdClassName
{
border-color: #861D65;
}
.TagClassName
{
border-color: #861D65;
}
</style>