Shades of Purple #770579
Tints of Purple #770579
RGB
CMYK
RGB Variations
Color information
#770579 (or 0x770579) is known color: Purple. HEX triplet: 77, 05 and 79. RGB value is (119,5,121). Sum of RGB (Red+Green+Blue) = 119+5+121=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #770579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770579 is #88FA86. Grayscale: #333333. Windows color (decimal): -8977031 or 7931255. OLE color: 7931255.
HSL color Cylindrical-coordinate representation of color #770579: hue angle of 298.97º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770579 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 121 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.53 |
| HSL | 298.97º | 0.92% | 0.25% | - |
| HSV(B) | 298.97º | 0.96% | 0.47% | - |
| XYZ | 11.11 | 5.41 | 18.55 | - |
| YUV | 52.31 | 166.77 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 121 | 0.02 | 0.96 | 0 | 0.53 | 298.97 | 0.92 | 0.25 |
| Hex | 77 | 5 | 79 | 2 | 60 | 0 | 35 | 12B | 5C | 19 |
| Octal | 167 | 5 | 171 | 2 | 140 | 0 | 65 | 453 | 134 | 31 |
| Binary | 1110111 | 101 | 1111001 | 10 | 1100000 | 0 | 110101 | 100101011 | 1011100 | 11001 |
Color Harmonies of #770579
Complementary color
Monochromatic Colors of #770579
Black with #770579
Text Example
Text Example
White with #770579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770579; }
p { color: rgb(119,5,121); }
H1.HeaderClassName
{
color: #770579;
}
.AnyTagClassName
{
color: #770579;
}
</style>
background-color css
<style>
a { background-color: #770579; }
a { background-color: rgb(119,5,121); }
div.DivClassName
{
background-color: #770579;
}
.BgClassName
{
background-color: #770579;
}
</style>
border-color css
<style>
span { border-color: #770579; }
span { border-color: rgb(119,5,121); }
td.TdClassName
{
border-color: #770579;
}
.TagClassName
{
border-color: #770579;
}
</style>