Shades of Purple #860777
Tints of Purple #860777
RGB
CMYK
RGB Variations
Color information
#860777 (or 0x860777) is known color: Purple. HEX triplet: 86, 07 and 77. RGB value is (134,7,119). Sum of RGB (Red+Green+Blue) = 134+7+119=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #860777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860777 is #79F888. Grayscale: #393939. Windows color (decimal): -7993481 or 7800710. OLE color: 7800710.
HSL color Cylindrical-coordinate representation of color #860777: hue angle of 307.09º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860777 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 119 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.47 |
| HSL | 307.09º | 0.9% | 0.28% | - |
| HSV(B) | 307.09º | 0.95% | 0.53% | - |
| XYZ | 13.24 | 6.55 | 18.02 | - |
| YUV | 57.74 | 162.58 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 119 | 0 | 0.95 | 0.11 | 0.47 | 307.09 | 0.9 | 0.28 |
| Hex | 86 | 7 | 77 | 0 | 5F | B | 2F | 133 | 5A | 1C |
| Octal | 206 | 7 | 167 | 0 | 137 | 13 | 57 | 463 | 132 | 34 |
| Binary | 10000110 | 111 | 1110111 | 0 | 1011111 | 1011 | 101111 | 100110011 | 1011010 | 11100 |
Color Harmonies of #860777
Complementary color
Monochromatic Colors of #860777
Black with #860777
Text Example
Text Example
White with #860777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860777; }
p { color: rgb(134,7,119); }
H1.HeaderClassName
{
color: #860777;
}
.AnyTagClassName
{
color: #860777;
}
</style>
background-color css
<style>
a { background-color: #860777; }
a { background-color: rgb(134,7,119); }
div.DivClassName
{
background-color: #860777;
}
.BgClassName
{
background-color: #860777;
}
</style>
border-color css
<style>
span { border-color: #860777; }
span { border-color: rgb(134,7,119); }
td.TdClassName
{
border-color: #860777;
}
.TagClassName
{
border-color: #860777;
}
</style>