Shades of Dark Purple #862077
Tints of Dark Purple #862077
RGB
CMYK
RGB Variations
Color information
#862077 (or 0x862077) is known color: Dark Purple. HEX triplet: 86, 20 and 77. RGB value is (134,32,119). Sum of RGB (Red+Green+Blue) = 134+32+119=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #862077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862077 is #79DF88. Grayscale: #484848. Windows color (decimal): -7987081 or 7807110. OLE color: 7807110.
HSL color Cylindrical-coordinate representation of color #862077: hue angle of 308.82º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862077 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 119 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.47 |
| HSL | 308.82º | 0.61% | 0.33% | - |
| HSV(B) | 308.82º | 0.76% | 0.53% | - |
| XYZ | 13.68 | 7.43 | 18.17 | - |
| YUV | 72.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 119 | 0 | 0.76 | 0.11 | 0.47 | 308.82 | 0.61 | 0.33 |
| Hex | 86 | 20 | 77 | 0 | 4C | B | 2F | 135 | 3D | 21 |
| Octal | 206 | 40 | 167 | 0 | 114 | 13 | 57 | 465 | 75 | 41 |
| Binary | 10000110 | 100000 | 1110111 | 0 | 1001100 | 1011 | 101111 | 100110101 | 111101 | 100001 |
Color Harmonies of #862077
Complementary color
Monochromatic Colors of #862077
Black with #862077
Text Example
Text Example
White with #862077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862077; }
p { color: rgb(134,32,119); }
H1.HeaderClassName
{
color: #862077;
}
.AnyTagClassName
{
color: #862077;
}
</style>
background-color css
<style>
a { background-color: #862077; }
a { background-color: rgb(134,32,119); }
div.DivClassName
{
background-color: #862077;
}
.BgClassName
{
background-color: #862077;
}
</style>
border-color css
<style>
span { border-color: #862077; }
span { border-color: rgb(134,32,119); }
td.TdClassName
{
border-color: #862077;
}
.TagClassName
{
border-color: #862077;
}
</style>