Shades of Purple #770477
Tints of Purple #770477
RGB
CMYK
RGB Variations
Color information
#770477 (or 0x770477) is known color: Purple. HEX triplet: 77, 04 and 77. RGB value is (119,4,119). Sum of RGB (Red+Green+Blue) = 119+4+119=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #770477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770477 is #88FB88. Grayscale: #333333. Windows color (decimal): -8977289 or 7799927. OLE color: 7799927.
HSL color Cylindrical-coordinate representation of color #770477: hue angle of 300º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770477 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 4 | 119 | - |
| CMYK | 0 | 0.97 | 0 | 0.53 |
| HSL | 300º | 0.93% | 0.24% | - |
| HSV(B) | 300º | 0.97% | 0.47% | - |
| XYZ | 10.98 | 5.34 | 17.9 | - |
| YUV | 51.5 | 166.1 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 4 | 119 | 0 | 0.97 | 0 | 0.53 | 300 | 0.93 | 0.24 |
| Hex | 77 | 4 | 77 | 0 | 61 | 0 | 35 | 12C | 5D | 18 |
| Octal | 167 | 4 | 167 | 0 | 141 | 0 | 65 | 454 | 135 | 30 |
| Binary | 1110111 | 100 | 1110111 | 0 | 1100001 | 0 | 110101 | 100101100 | 1011101 | 11000 |
Color Harmonies of #770477
Complementary color
Monochromatic Colors of #770477
Black with #770477
Text Example
Text Example
White with #770477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770477; }
p { color: rgb(119,4,119); }
H1.HeaderClassName
{
color: #770477;
}
.AnyTagClassName
{
color: #770477;
}
</style>
background-color css
<style>
a { background-color: #770477; }
a { background-color: rgb(119,4,119); }
div.DivClassName
{
background-color: #770477;
}
.BgClassName
{
background-color: #770477;
}
</style>
border-color css
<style>
span { border-color: #770477; }
span { border-color: rgb(119,4,119); }
td.TdClassName
{
border-color: #770477;
}
.TagClassName
{
border-color: #770477;
}
</style>