Shades of Purple #77056C
Tints of Purple #77056C
RGB
CMYK
RGB Variations
Color information
#77056C (or 0x77056C) is known color: Purple. HEX triplet: 77, 05 and 6C. RGB value is (119,5,108). Sum of RGB (Red+Green+Blue) = 119+5+108=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77056C is #88FA93. Grayscale: #323232. Windows color (decimal): -8977044 or 7079287. OLE color: 7079287.
HSL color Cylindrical-coordinate representation of color #77056C: hue angle of 305.79º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77056C is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 108 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.53 |
| HSL | 305.79º | 0.92% | 0.24% | - |
| HSV(B) | 305.79º | 0.96% | 0.47% | - |
| XYZ | 10.37 | 5.11 | 14.63 | - |
| YUV | 50.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 108 | 0 | 0.96 | 0.09 | 0.53 | 305.79 | 0.92 | 0.24 |
| Hex | 77 | 5 | 6C | 0 | 60 | 9 | 35 | 132 | 5C | 18 |
| Octal | 167 | 5 | 154 | 0 | 140 | 11 | 65 | 462 | 134 | 30 |
| Binary | 1110111 | 101 | 1101100 | 0 | 1100000 | 1001 | 110101 | 100110010 | 1011100 | 11000 |
Color Harmonies of #77056C
Complementary color
Monochromatic Colors of #77056C
Black with #77056C
Text Example
Text Example
White with #77056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77056C; }
p { color: rgb(119,5,108); }
H1.HeaderClassName
{
color: #77056C;
}
.AnyTagClassName
{
color: #77056C;
}
</style>
background-color css
<style>
a { background-color: #77056C; }
a { background-color: rgb(119,5,108); }
div.DivClassName
{
background-color: #77056C;
}
.BgClassName
{
background-color: #77056C;
}
</style>
border-color css
<style>
span { border-color: #77056C; }
span { border-color: rgb(119,5,108); }
td.TdClassName
{
border-color: #77056C;
}
.TagClassName
{
border-color: #77056C;
}
</style>