Shades of Dark Purple #861562
Tints of Dark Purple #861562
RGB
CMYK
RGB Variations
Color information
#861562 (or 0x861562) is known color: Dark Purple. HEX triplet: 86, 15 and 62. RGB value is (134,21,98). Sum of RGB (Red+Green+Blue) = 134+21+98=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #861562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861562 is #79EA9D. Grayscale: #3F3F3F. Windows color (decimal): -7989918 or 6428038. OLE color: 6428038.
HSL color Cylindrical-coordinate representation of color #861562: hue angle of 319.12º 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 #861562 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 21 | 98 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.47 |
| HSL | 319.12º | 0.73% | 0.3% | - |
| HSV(B) | 319.12º | 0.84% | 0.53% | - |
| XYZ | 12.3 | 6.49 | 12.16 | - |
| YUV | 63.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 98 | 0 | 0.84 | 0.27 | 0.47 | 319.12 | 0.73 | 0.3 |
| Hex | 86 | 15 | 62 | 0 | 54 | 1B | 2F | 13F | 49 | 1E |
| Octal | 206 | 25 | 142 | 0 | 124 | 33 | 57 | 477 | 111 | 36 |
| Binary | 10000110 | 10101 | 1100010 | 0 | 1010100 | 11011 | 101111 | 100111111 | 1001001 | 11110 |
Color Harmonies of #861562
Complementary color
Monochromatic Colors of #861562
Black with #861562
Text Example
Text Example
White with #861562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861562; }
p { color: rgb(134,21,98); }
H1.HeaderClassName
{
color: #861562;
}
.AnyTagClassName
{
color: #861562;
}
</style>
background-color css
<style>
a { background-color: #861562; }
a { background-color: rgb(134,21,98); }
div.DivClassName
{
background-color: #861562;
}
.BgClassName
{
background-color: #861562;
}
</style>
border-color css
<style>
span { border-color: #861562; }
span { border-color: rgb(134,21,98); }
td.TdClassName
{
border-color: #861562;
}
.TagClassName
{
border-color: #861562;
}
</style>