Shades of Purple #770991
Tints of Purple #770991
RGB
CMYK
RGB Variations
Color information
#770991 (or 0x770991) is known color: Purple. HEX triplet: 77, 09 and 91. RGB value is (119,9,145). Sum of RGB (Red+Green+Blue) = 119+9+145=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #770991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770991 is #88F66E. Grayscale: #383838. Windows color (decimal): -8975983 or 9505143. OLE color: 9505143.
HSL color Cylindrical-coordinate representation of color #770991: hue angle of 288.53º degrees, saturation: 0.88, 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 #770991 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 9 | 145 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.43 |
| HSL | 288.53º | 0.88% | 0.3% | - |
| HSV(B) | 288.53º | 0.94% | 0.57% | - |
| XYZ | 12.82 | 6.16 | 27.3 | - |
| YUV | 57.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 145 | 0.18 | 0.94 | 0 | 0.43 | 288.53 | 0.88 | 0.3 |
| Hex | 77 | 9 | 91 | 12 | 5E | 0 | 2B | 121 | 58 | 1E |
| Octal | 167 | 11 | 221 | 22 | 136 | 0 | 53 | 441 | 130 | 36 |
| Binary | 1110111 | 1001 | 10010001 | 10010 | 1011110 | 0 | 101011 | 100100001 | 1011000 | 11110 |
Color Harmonies of #770991
Complementary color
Monochromatic Colors of #770991
Black with #770991
Text Example
Text Example
White with #770991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770991; }
p { color: rgb(119,9,145); }
H1.HeaderClassName
{
color: #770991;
}
.AnyTagClassName
{
color: #770991;
}
</style>
background-color css
<style>
a { background-color: #770991; }
a { background-color: rgb(119,9,145); }
div.DivClassName
{
background-color: #770991;
}
.BgClassName
{
background-color: #770991;
}
</style>
border-color css
<style>
span { border-color: #770991; }
span { border-color: rgb(119,9,145); }
td.TdClassName
{
border-color: #770991;
}
.TagClassName
{
border-color: #770991;
}
</style>