Shades of Dark Purple #861662
Tints of Dark Purple #861662
RGB
CMYK
RGB Variations
Color information
#861662 (or 0x861662) is known color: Dark Purple. HEX triplet: 86, 16 and 62. RGB value is (134,22,98). Sum of RGB (Red+Green+Blue) = 134+22+98=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #861662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861662 is #79E99D. Grayscale: #3F3F3F. Windows color (decimal): -7989662 or 6428294. OLE color: 6428294.
HSL color Cylindrical-coordinate representation of color #861662: hue angle of 319.29º 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 #861662 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 98 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.47 |
| HSL | 319.29º | 0.72% | 0.31% | - |
| HSV(B) | 319.29º | 0.84% | 0.53% | - |
| XYZ | 12.32 | 6.52 | 12.17 | - |
| YUV | 64.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 98 | 0 | 0.84 | 0.27 | 0.47 | 319.29 | 0.72 | 0.31 |
| Hex | 86 | 16 | 62 | 0 | 54 | 1B | 2F | 13F | 48 | 1F |
| Octal | 206 | 26 | 142 | 0 | 124 | 33 | 57 | 477 | 110 | 37 |
| Binary | 10000110 | 10110 | 1100010 | 0 | 1010100 | 11011 | 101111 | 100111111 | 1001000 | 11111 |
Color Harmonies of #861662
Complementary color
Monochromatic Colors of #861662
Black with #861662
Text Example
Text Example
White with #861662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861662; }
p { color: rgb(134,22,98); }
H1.HeaderClassName
{
color: #861662;
}
.AnyTagClassName
{
color: #861662;
}
</style>
background-color css
<style>
a { background-color: #861662; }
a { background-color: rgb(134,22,98); }
div.DivClassName
{
background-color: #861662;
}
.BgClassName
{
background-color: #861662;
}
</style>
border-color css
<style>
span { border-color: #861662; }
span { border-color: rgb(134,22,98); }
td.TdClassName
{
border-color: #861662;
}
.TagClassName
{
border-color: #861662;
}
</style>