Shades of Purple #77056E
Tints of Purple #77056E
RGB
CMYK
RGB Variations
Color information
#77056E (or 0x77056E) is known color: Purple. HEX triplet: 77, 05 and 6E. RGB value is (119,5,110). Sum of RGB (Red+Green+Blue) = 119+5+110=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77056E is #88FA91. Grayscale: #323232. Windows color (decimal): -8977042 or 7210359. OLE color: 7210359.
HSL color Cylindrical-coordinate representation of color #77056E: hue angle of 304.74º 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 #77056E is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 110 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.53 |
| HSL | 304.74º | 0.92% | 0.24% | - |
| HSV(B) | 304.74º | 0.96% | 0.47% | - |
| XYZ | 10.48 | 5.16 | 15.19 | - |
| YUV | 51.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 110 | 0 | 0.96 | 0.08 | 0.53 | 304.74 | 0.92 | 0.24 |
| Hex | 77 | 5 | 6E | 0 | 60 | 8 | 35 | 131 | 5C | 18 |
| Octal | 167 | 5 | 156 | 0 | 140 | 10 | 65 | 461 | 134 | 30 |
| Binary | 1110111 | 101 | 1101110 | 0 | 1100000 | 1000 | 110101 | 100110001 | 1011100 | 11000 |
Color Harmonies of #77056E
Complementary color
Monochromatic Colors of #77056E
Black with #77056E
Text Example
Text Example
White with #77056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77056E; }
p { color: rgb(119,5,110); }
H1.HeaderClassName
{
color: #77056E;
}
.AnyTagClassName
{
color: #77056E;
}
</style>
background-color css
<style>
a { background-color: #77056E; }
a { background-color: rgb(119,5,110); }
div.DivClassName
{
background-color: #77056E;
}
.BgClassName
{
background-color: #77056E;
}
</style>
border-color css
<style>
span { border-color: #77056E; }
span { border-color: rgb(119,5,110); }
td.TdClassName
{
border-color: #77056E;
}
.TagClassName
{
border-color: #77056E;
}
</style>