Shades of Purple #770090
Tints of Purple #770090
RGB
CMYK
RGB Variations
Color information
#770090 (or 0x770090) is known color: Purple. HEX triplet: 77, 00 and 90. RGB value is (119,0,144). Sum of RGB (Red+Green+Blue) = 119+0+144=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #770090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770090 is #88FF6F. Grayscale: #333333. Windows color (decimal): -8978288 or 9437303. OLE color: 9437303.
HSL color Cylindrical-coordinate representation of color #770090: hue angle of 289.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770090 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 0 | 144 | - |
| CMYK | 0.17 | 1 | 0 | 0.44 |
| HSL | 289.58º | 1% | 0.28% | - |
| HSV(B) | 289.58º | 1% | 0.56% | - |
| XYZ | 12.64 | 5.94 | 26.86 | - |
| YUV | 52 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 144 | 0.17 | 1 | 0 | 0.44 | 289.58 | 1 | 0.28 |
| Hex | 77 | 0 | 90 | 11 | 64 | 0 | 2C | 122 | 64 | 1C |
| Octal | 167 | 0 | 220 | 21 | 144 | 0 | 54 | 442 | 144 | 34 |
| Binary | 1110111 | 0 | 10010000 | 10001 | 1100100 | 0 | 101100 | 100100010 | 1100100 | 11100 |
Color Harmonies of #770090
Complementary color
Monochromatic Colors of #770090
Black with #770090
Text Example
Text Example
White with #770090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770090; }
p { color: rgb(119,0,144); }
H1.HeaderClassName
{
color: #770090;
}
.AnyTagClassName
{
color: #770090;
}
</style>
background-color css
<style>
a { background-color: #770090; }
a { background-color: rgb(119,0,144); }
div.DivClassName
{
background-color: #770090;
}
.BgClassName
{
background-color: #770090;
}
</style>
border-color css
<style>
span { border-color: #770090; }
span { border-color: rgb(119,0,144); }
td.TdClassName
{
border-color: #770090;
}
.TagClassName
{
border-color: #770090;
}
</style>