Shades of Dark Purple #861675
Tints of Dark Purple #861675
RGB
CMYK
RGB Variations
Color information
#861675 (or 0x861675) is known color: Dark Purple. HEX triplet: 86, 16 and 75. RGB value is (134,22,117). Sum of RGB (Red+Green+Blue) = 134+22+117=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #861675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861675 is #79E98A. Grayscale: #424242. Windows color (decimal): -7989643 or 7673478. OLE color: 7673478.
HSL color Cylindrical-coordinate representation of color #861675: hue angle of 309.11º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861675 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 117 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.47 |
| HSL | 309.11º | 0.72% | 0.31% | - |
| HSV(B) | 309.11º | 0.84% | 0.53% | - |
| XYZ | 13.33 | 6.93 | 17.46 | - |
| YUV | 66.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 117 | 0 | 0.84 | 0.13 | 0.47 | 309.11 | 0.72 | 0.31 |
| Hex | 86 | 16 | 75 | 0 | 54 | D | 2F | 135 | 48 | 1F |
| Octal | 206 | 26 | 165 | 0 | 124 | 15 | 57 | 465 | 110 | 37 |
| Binary | 10000110 | 10110 | 1110101 | 0 | 1010100 | 1101 | 101111 | 100110101 | 1001000 | 11111 |
Color Harmonies of #861675
Complementary color
Monochromatic Colors of #861675
Black with #861675
Text Example
Text Example
White with #861675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861675; }
p { color: rgb(134,22,117); }
H1.HeaderClassName
{
color: #861675;
}
.AnyTagClassName
{
color: #861675;
}
</style>
background-color css
<style>
a { background-color: #861675; }
a { background-color: rgb(134,22,117); }
div.DivClassName
{
background-color: #861675;
}
.BgClassName
{
background-color: #861675;
}
</style>
border-color css
<style>
span { border-color: #861675; }
span { border-color: rgb(134,22,117); }
td.TdClassName
{
border-color: #861675;
}
.TagClassName
{
border-color: #861675;
}
</style>