Shades of Purple #770A89
Tints of Purple #770A89
RGB
CMYK
RGB Variations
Color information
#770A89 (or 0x770A89) is known color: Purple. HEX triplet: 77, 0A and 89. RGB value is (119,10,137). Sum of RGB (Red+Green+Blue) = 119+10+137=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #770A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770A89 is #88F576. Grayscale: #383838. Windows color (decimal): -8975735 or 8981111. OLE color: 8981111.
HSL color Cylindrical-coordinate representation of color #770A89: hue angle of 291.5º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770A89 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 10 | 137 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.46 |
| HSL | 291.5º | 0.86% | 0.29% | - |
| HSV(B) | 291.5º | 0.93% | 0.54% | - |
| XYZ | 12.23 | 5.95 | 24.17 | - |
| YUV | 57.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 137 | 0.13 | 0.93 | 0 | 0.46 | 291.5 | 0.86 | 0.29 |
| Hex | 77 | A | 89 | D | 5D | 0 | 2E | 123 | 56 | 1D |
| Octal | 167 | 12 | 211 | 15 | 135 | 0 | 56 | 443 | 126 | 35 |
| Binary | 1110111 | 1010 | 10001001 | 1101 | 1011101 | 0 | 101110 | 100100011 | 1010110 | 11101 |
Color Harmonies of #770A89
Complementary color
Monochromatic Colors of #770A89
Black with #770A89
Text Example
Text Example
White with #770A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A89; }
p { color: rgb(119,10,137); }
H1.HeaderClassName
{
color: #770A89;
}
.AnyTagClassName
{
color: #770A89;
}
</style>
background-color css
<style>
a { background-color: #770A89; }
a { background-color: rgb(119,10,137); }
div.DivClassName
{
background-color: #770A89;
}
.BgClassName
{
background-color: #770A89;
}
</style>
border-color css
<style>
span { border-color: #770A89; }
span { border-color: rgb(119,10,137); }
td.TdClassName
{
border-color: #770A89;
}
.TagClassName
{
border-color: #770A89;
}
</style>