Shades of Purple #770577
Tints of Purple #770577
RGB
CMYK
RGB Variations
Color information
#770577 (or 0x770577) is known color: Purple. HEX triplet: 77, 05 and 77. RGB value is (119,5,119). Sum of RGB (Red+Green+Blue) = 119+5+119=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #770577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770577 is #88FA88. Grayscale: #333333. Windows color (decimal): -8977033 or 7800183. OLE color: 7800183.
HSL color Cylindrical-coordinate representation of color #770577: hue angle of 300º 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 #770577 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 119 | - |
| CMYK | 0 | 0.96 | 0 | 0.53 |
| HSL | 300º | 0.92% | 0.24% | - |
| HSV(B) | 300º | 0.96% | 0.47% | - |
| XYZ | 10.99 | 5.36 | 17.91 | - |
| YUV | 52.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 119 | 0 | 0.96 | 0 | 0.53 | 300 | 0.92 | 0.24 |
| Hex | 77 | 5 | 77 | 0 | 60 | 0 | 35 | 12C | 5C | 18 |
| Octal | 167 | 5 | 167 | 0 | 140 | 0 | 65 | 454 | 134 | 30 |
| Binary | 1110111 | 101 | 1110111 | 0 | 1100000 | 0 | 110101 | 100101100 | 1011100 | 11000 |
Color Harmonies of #770577
Complementary color
Monochromatic Colors of #770577
Black with #770577
Text Example
Text Example
White with #770577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770577; }
p { color: rgb(119,5,119); }
H1.HeaderClassName
{
color: #770577;
}
.AnyTagClassName
{
color: #770577;
}
</style>
background-color css
<style>
a { background-color: #770577; }
a { background-color: rgb(119,5,119); }
div.DivClassName
{
background-color: #770577;
}
.BgClassName
{
background-color: #770577;
}
</style>
border-color css
<style>
span { border-color: #770577; }
span { border-color: rgb(119,5,119); }
td.TdClassName
{
border-color: #770577;
}
.TagClassName
{
border-color: #770577;
}
</style>