Shades of Purple #770889
Tints of Purple #770889
RGB
CMYK
RGB Variations
Color information
#770889 (or 0x770889) is known color: Purple. HEX triplet: 77, 08 and 89. RGB value is (119,8,137). Sum of RGB (Red+Green+Blue) = 119+8+137=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #770889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770889 is #88F776. Grayscale: #373737. Windows color (decimal): -8976247 or 8980599. OLE color: 8980599.
HSL color Cylindrical-coordinate representation of color #770889: hue angle of 291.63º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770889 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 8 | 137 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.46 |
| HSL | 291.63º | 0.89% | 0.28% | - |
| HSV(B) | 291.63º | 0.94% | 0.54% | - |
| XYZ | 12.21 | 5.9 | 24.16 | - |
| YUV | 55.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 137 | 0.13 | 0.94 | 0 | 0.46 | 291.63 | 0.89 | 0.28 |
| Hex | 77 | 8 | 89 | D | 5E | 0 | 2E | 124 | 59 | 1C |
| Octal | 167 | 10 | 211 | 15 | 136 | 0 | 56 | 444 | 131 | 34 |
| Binary | 1110111 | 1000 | 10001001 | 1101 | 1011110 | 0 | 101110 | 100100100 | 1011001 | 11100 |
Color Harmonies of #770889
Complementary color
Monochromatic Colors of #770889
Black with #770889
Text Example
Text Example
White with #770889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770889; }
p { color: rgb(119,8,137); }
H1.HeaderClassName
{
color: #770889;
}
.AnyTagClassName
{
color: #770889;
}
</style>
background-color css
<style>
a { background-color: #770889; }
a { background-color: rgb(119,8,137); }
div.DivClassName
{
background-color: #770889;
}
.BgClassName
{
background-color: #770889;
}
</style>
border-color css
<style>
span { border-color: #770889; }
span { border-color: rgb(119,8,137); }
td.TdClassName
{
border-color: #770889;
}
.TagClassName
{
border-color: #770889;
}
</style>