Shades of Eminence #773F82
Tints of Eminence #773F82
RGB
CMYK
RGB Variations
Color information
#773F82 (or 0x773F82) is known color: Eminence. HEX triplet: 77, 3F and 82. RGB value is (119,63,130). Sum of RGB (Red+Green+Blue) = 119+63+130=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #773F82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773F82 is #88C07D. Grayscale: #575757. Windows color (decimal): -8962174 or 8535927. OLE color: 8535927.
HSL color Cylindrical-coordinate representation of color #773F82: hue angle of 290.15º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #773F82 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 63 | 130 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.49 |
| HSL | 290.15º | 0.35% | 0.38% | - |
| HSV(B) | 290.15º | 0.52% | 0.51% | - |
| XYZ | 13.41 | 9.09 | 22.17 | - |
| YUV | 87.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 130 | 0.08 | 0.52 | 0 | 0.49 | 290.15 | 0.35 | 0.38 |
| Hex | 77 | 3F | 82 | 8 | 34 | 0 | 31 | 122 | 23 | 26 |
| Octal | 167 | 77 | 202 | 10 | 64 | 0 | 61 | 442 | 43 | 46 |
| Binary | 1110111 | 111111 | 10000010 | 1000 | 110100 | 0 | 110001 | 100100010 | 100011 | 100110 |
Color Harmonies of #773F82
Complementary color
Monochromatic Colors of #773F82
Black with #773F82
Text Example
Text Example
White with #773F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F82; }
p { color: rgb(119,63,130); }
H1.HeaderClassName
{
color: #773F82;
}
.AnyTagClassName
{
color: #773F82;
}
</style>
background-color css
<style>
a { background-color: #773F82; }
a { background-color: rgb(119,63,130); }
div.DivClassName
{
background-color: #773F82;
}
.BgClassName
{
background-color: #773F82;
}
</style>
border-color css
<style>
span { border-color: #773F82; }
span { border-color: rgb(119,63,130); }
td.TdClassName
{
border-color: #773F82;
}
.TagClassName
{
border-color: #773F82;
}
</style>