Shades of Purple #770890
Tints of Purple #770890
RGB
CMYK
RGB Variations
Color information
#770890 (or 0x770890) is known color: Purple. HEX triplet: 77, 08 and 90. RGB value is (119,8,144). Sum of RGB (Red+Green+Blue) = 119+8+144=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #770890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770890 is #88F76F. Grayscale: #383838. Windows color (decimal): -8976240 or 9439351. OLE color: 9439351.
HSL color Cylindrical-coordinate representation of color #770890: hue angle of 288.97º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770890 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 8 | 144 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.44 |
| HSL | 288.97º | 0.89% | 0.3% | - |
| HSV(B) | 288.97º | 0.94% | 0.56% | - |
| XYZ | 12.73 | 6.11 | 26.89 | - |
| YUV | 56.69 | 177.27 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 144 | 0.17 | 0.94 | 0 | 0.44 | 288.97 | 0.89 | 0.3 |
| Hex | 77 | 8 | 90 | 11 | 5E | 0 | 2C | 121 | 59 | 1E |
| Octal | 167 | 10 | 220 | 21 | 136 | 0 | 54 | 441 | 131 | 36 |
| Binary | 1110111 | 1000 | 10010000 | 10001 | 1011110 | 0 | 101100 | 100100001 | 1011001 | 11110 |
Color Harmonies of #770890
Complementary color
Monochromatic Colors of #770890
Black with #770890
Text Example
Text Example
White with #770890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770890; }
p { color: rgb(119,8,144); }
H1.HeaderClassName
{
color: #770890;
}
.AnyTagClassName
{
color: #770890;
}
</style>
background-color css
<style>
a { background-color: #770890; }
a { background-color: rgb(119,8,144); }
div.DivClassName
{
background-color: #770890;
}
.BgClassName
{
background-color: #770890;
}
</style>
border-color css
<style>
span { border-color: #770890; }
span { border-color: rgb(119,8,144); }
td.TdClassName
{
border-color: #770890;
}
.TagClassName
{
border-color: #770890;
}
</style>