Shades of Dark Purple #862D77
Tints of Dark Purple #862D77
RGB
CMYK
RGB Variations
Color information
#862D77 (or 0x862D77) is known color: Dark Purple. HEX triplet: 86, 2D and 77. RGB value is (134,45,119). Sum of RGB (Red+Green+Blue) = 134+45+119=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #862D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862D77 is #79D288. Grayscale: #4F4F4F. Windows color (decimal): -7983753 or 7810438. OLE color: 7810438.
HSL color Cylindrical-coordinate representation of color #862D77: hue angle of 310.11º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862D77 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 119 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.47 |
| HSL | 310.11º | 0.5% | 0.35% | - |
| HSV(B) | 310.11º | 0.66% | 0.53% | - |
| XYZ | 14.1 | 8.28 | 18.31 | - |
| YUV | 80.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 119 | 0 | 0.66 | 0.11 | 0.47 | 310.11 | 0.5 | 0.35 |
| Hex | 86 | 2D | 77 | 0 | 42 | B | 2F | 136 | 32 | 23 |
| Octal | 206 | 55 | 167 | 0 | 102 | 13 | 57 | 466 | 62 | 43 |
| Binary | 10000110 | 101101 | 1110111 | 0 | 1000010 | 1011 | 101111 | 100110110 | 110010 | 100011 |
Color Harmonies of #862D77
Complementary color
Monochromatic Colors of #862D77
Black with #862D77
Text Example
Text Example
White with #862D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D77; }
p { color: rgb(134,45,119); }
H1.HeaderClassName
{
color: #862D77;
}
.AnyTagClassName
{
color: #862D77;
}
</style>
background-color css
<style>
a { background-color: #862D77; }
a { background-color: rgb(134,45,119); }
div.DivClassName
{
background-color: #862D77;
}
.BgClassName
{
background-color: #862D77;
}
</style>
border-color css
<style>
span { border-color: #862D77; }
span { border-color: rgb(134,45,119); }
td.TdClassName
{
border-color: #862D77;
}
.TagClassName
{
border-color: #862D77;
}
</style>