Shades of Purple #770891
Tints of Purple #770891
RGB
CMYK
RGB Variations
Color information
#770891 (or 0x770891) is known color: Purple. HEX triplet: 77, 08 and 91. RGB value is (119,8,145). Sum of RGB (Red+Green+Blue) = 119+8+145=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #770891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770891 is #88F76E. Grayscale: #383838. Windows color (decimal): -8976239 or 9504887. OLE color: 9504887.
HSL color Cylindrical-coordinate representation of color #770891: hue angle of 288.61º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770891 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 8 | 145 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.43 |
| HSL | 288.61º | 0.9% | 0.3% | - |
| HSV(B) | 288.61º | 0.94% | 0.57% | - |
| XYZ | 12.81 | 6.14 | 27.3 | - |
| YUV | 56.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 145 | 0.18 | 0.94 | 0 | 0.43 | 288.61 | 0.9 | 0.3 |
| Hex | 77 | 8 | 91 | 12 | 5E | 0 | 2B | 121 | 5A | 1E |
| Octal | 167 | 10 | 221 | 22 | 136 | 0 | 53 | 441 | 132 | 36 |
| Binary | 1110111 | 1000 | 10010001 | 10010 | 1011110 | 0 | 101011 | 100100001 | 1011010 | 11110 |
Color Harmonies of #770891
Complementary color
Monochromatic Colors of #770891
Black with #770891
Text Example
Text Example
White with #770891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770891; }
p { color: rgb(119,8,145); }
H1.HeaderClassName
{
color: #770891;
}
.AnyTagClassName
{
color: #770891;
}
</style>
background-color css
<style>
a { background-color: #770891; }
a { background-color: rgb(119,8,145); }
div.DivClassName
{
background-color: #770891;
}
.BgClassName
{
background-color: #770891;
}
</style>
border-color css
<style>
span { border-color: #770891; }
span { border-color: rgb(119,8,145); }
td.TdClassName
{
border-color: #770891;
}
.TagClassName
{
border-color: #770891;
}
</style>