Shades of Eminence #774180
Tints of Eminence #774180
RGB
CMYK
RGB Variations
Color information
#774180 (or 0x774180) is known color: Eminence. HEX triplet: 77, 41 and 80. RGB value is (119,65,128). Sum of RGB (Red+Green+Blue) = 119+65+128=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 128 - color contains mainly: blue. Hex color #774180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774180 is #88BE7F. Grayscale: #585858. Windows color (decimal): -8961664 or 8405367. OLE color: 8405367.
HSL color Cylindrical-coordinate representation of color #774180: hue angle of 291.43º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #774180 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 65 | 128 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.50 |
| HSL | 291.43º | 0.33% | 0.38% | - |
| HSV(B) | 291.43º | 0.49% | 0.5% | - |
| XYZ | 13.39 | 9.26 | 21.5 | - |
| YUV | 88.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 128 | 0.07 | 0.49 | 0 | 0.50 | 291.43 | 0.33 | 0.38 |
| Hex | 77 | 41 | 80 | 7 | 31 | 0 | 32 | 123 | 21 | 26 |
| Octal | 167 | 101 | 200 | 7 | 61 | 0 | 62 | 443 | 41 | 46 |
| Binary | 1110111 | 1000001 | 10000000 | 111 | 110001 | 0 | 110010 | 100100011 | 100001 | 100110 |
Color Harmonies of #774180
Complementary color
Monochromatic Colors of #774180
Black with #774180
Text Example
Text Example
White with #774180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774180; }
p { color: rgb(119,65,128); }
H1.HeaderClassName
{
color: #774180;
}
.AnyTagClassName
{
color: #774180;
}
</style>
background-color css
<style>
a { background-color: #774180; }
a { background-color: rgb(119,65,128); }
div.DivClassName
{
background-color: #774180;
}
.BgClassName
{
background-color: #774180;
}
</style>
border-color css
<style>
span { border-color: #774180; }
span { border-color: rgb(119,65,128); }
td.TdClassName
{
border-color: #774180;
}
.TagClassName
{
border-color: #774180;
}
</style>