Shades of Dark Purple #861564
Tints of Dark Purple #861564
RGB
CMYK
RGB Variations
Color information
#861564 (or 0x861564) is known color: Dark Purple. HEX triplet: 86, 15 and 64. RGB value is (134,21,100). Sum of RGB (Red+Green+Blue) = 134+21+100=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #861564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861564 is #79EA9B. Grayscale: #3F3F3F. Windows color (decimal): -7989916 or 6559110. OLE color: 6559110.
HSL color Cylindrical-coordinate representation of color #861564: hue angle of 318.05º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861564 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 21 | 100 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.47 |
| HSL | 318.05º | 0.73% | 0.3% | - |
| HSV(B) | 318.05º | 0.84% | 0.53% | - |
| XYZ | 12.4 | 6.52 | 12.66 | - |
| YUV | 63.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 100 | 0 | 0.84 | 0.25 | 0.47 | 318.05 | 0.73 | 0.3 |
| Hex | 86 | 15 | 64 | 0 | 54 | 19 | 2F | 13E | 49 | 1E |
| Octal | 206 | 25 | 144 | 0 | 124 | 31 | 57 | 476 | 111 | 36 |
| Binary | 10000110 | 10101 | 1100100 | 0 | 1010100 | 11001 | 101111 | 100111110 | 1001001 | 11110 |
Color Harmonies of #861564
Complementary color
Monochromatic Colors of #861564
Black with #861564
Text Example
Text Example
White with #861564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861564; }
p { color: rgb(134,21,100); }
H1.HeaderClassName
{
color: #861564;
}
.AnyTagClassName
{
color: #861564;
}
</style>
background-color css
<style>
a { background-color: #861564; }
a { background-color: rgb(134,21,100); }
div.DivClassName
{
background-color: #861564;
}
.BgClassName
{
background-color: #861564;
}
</style>
border-color css
<style>
span { border-color: #861564; }
span { border-color: rgb(134,21,100); }
td.TdClassName
{
border-color: #861564;
}
.TagClassName
{
border-color: #861564;
}
</style>