Shades of Purple #77056B
Tints of Purple #77056B
RGB
CMYK
RGB Variations
Color information
#77056B (or 0x77056B) is known color: Purple. HEX triplet: 77, 05 and 6B. RGB value is (119,5,107). Sum of RGB (Red+Green+Blue) = 119+5+107=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77056B is #88FA94. Grayscale: #323232. Windows color (decimal): -8977045 or 7013751. OLE color: 7013751.
HSL color Cylindrical-coordinate representation of color #77056B: hue angle of 306.32º 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 #77056B is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 107 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.53 |
| HSL | 306.32º | 0.92% | 0.24% | - |
| HSV(B) | 306.32º | 0.96% | 0.47% | - |
| XYZ | 10.32 | 5.09 | 14.35 | - |
| YUV | 50.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 107 | 0 | 0.96 | 0.10 | 0.53 | 306.32 | 0.92 | 0.24 |
| Hex | 77 | 5 | 6B | 0 | 60 | A | 35 | 132 | 5C | 18 |
| Octal | 167 | 5 | 153 | 0 | 140 | 12 | 65 | 462 | 134 | 30 |
| Binary | 1110111 | 101 | 1101011 | 0 | 1100000 | 1010 | 110101 | 100110010 | 1011100 | 11000 |
Color Harmonies of #77056B
Complementary color
Monochromatic Colors of #77056B
Black with #77056B
Text Example
Text Example
White with #77056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77056B; }
p { color: rgb(119,5,107); }
H1.HeaderClassName
{
color: #77056B;
}
.AnyTagClassName
{
color: #77056B;
}
</style>
background-color css
<style>
a { background-color: #77056B; }
a { background-color: rgb(119,5,107); }
div.DivClassName
{
background-color: #77056B;
}
.BgClassName
{
background-color: #77056B;
}
</style>
border-color css
<style>
span { border-color: #77056B; }
span { border-color: rgb(119,5,107); }
td.TdClassName
{
border-color: #77056B;
}
.TagClassName
{
border-color: #77056B;
}
</style>