Shades of Dark Purple #862777
Tints of Dark Purple #862777
RGB
CMYK
RGB Variations
Color information
#862777 (or 0x862777) is known color: Dark Purple. HEX triplet: 86, 27 and 77. RGB value is (134,39,119). Sum of RGB (Red+Green+Blue) = 134+39+119=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #862777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862777 is #79D888. Grayscale: #4C4C4C. Windows color (decimal): -7985289 or 7808902. OLE color: 7808902.
HSL color Cylindrical-coordinate representation of color #862777: hue angle of 309.47º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #862777 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 39 | 119 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.47 |
| HSL | 309.47º | 0.55% | 0.34% | - |
| HSV(B) | 309.47º | 0.71% | 0.53% | - |
| XYZ | 13.89 | 7.85 | 18.24 | - |
| YUV | 76.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 119 | 0 | 0.71 | 0.11 | 0.47 | 309.47 | 0.55 | 0.34 |
| Hex | 86 | 27 | 77 | 0 | 47 | B | 2F | 135 | 37 | 22 |
| Octal | 206 | 47 | 167 | 0 | 107 | 13 | 57 | 465 | 67 | 42 |
| Binary | 10000110 | 100111 | 1110111 | 0 | 1000111 | 1011 | 101111 | 100110101 | 110111 | 100010 |
Color Harmonies of #862777
Complementary color
Monochromatic Colors of #862777
Black with #862777
Text Example
Text Example
White with #862777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862777; }
p { color: rgb(134,39,119); }
H1.HeaderClassName
{
color: #862777;
}
.AnyTagClassName
{
color: #862777;
}
</style>
background-color css
<style>
a { background-color: #862777; }
a { background-color: rgb(134,39,119); }
div.DivClassName
{
background-color: #862777;
}
.BgClassName
{
background-color: #862777;
}
</style>
border-color css
<style>
span { border-color: #862777; }
span { border-color: rgb(134,39,119); }
td.TdClassName
{
border-color: #862777;
}
.TagClassName
{
border-color: #862777;
}
</style>