Shades of Eminence #77297A
Tints of Eminence #77297A
RGB
CMYK
RGB Variations
Color information
#77297A (or 0x77297A) is known color: Eminence. HEX triplet: 77, 29 and 7A. RGB value is (119,41,122). Sum of RGB (Red+Green+Blue) = 119+41+122=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #77297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77297A is #88D685. Grayscale: #494949. Windows color (decimal): -8967814 or 8006007. OLE color: 8006007.
HSL color Cylindrical-coordinate representation of color #77297A: hue angle of 297.78º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77297A is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 41 | 122 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.52 |
| HSL | 297.78º | 0.5% | 0.32% | - |
| HSV(B) | 297.78º | 0.66% | 0.48% | - |
| XYZ | 11.91 | 6.91 | 19.12 | - |
| YUV | 73.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 122 | 0.02 | 0.66 | 0 | 0.52 | 297.78 | 0.5 | 0.32 |
| Hex | 77 | 29 | 7A | 2 | 42 | 0 | 34 | 12A | 32 | 20 |
| Octal | 167 | 51 | 172 | 2 | 102 | 0 | 64 | 452 | 62 | 40 |
| Binary | 1110111 | 101001 | 1111010 | 10 | 1000010 | 0 | 110100 | 100101010 | 110010 | 100000 |
Color Harmonies of #77297A
Complementary color
Monochromatic Colors of #77297A
Black with #77297A
Text Example
Text Example
White with #77297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77297A; }
p { color: rgb(119,41,122); }
H1.HeaderClassName
{
color: #77297A;
}
.AnyTagClassName
{
color: #77297A;
}
</style>
background-color css
<style>
a { background-color: #77297A; }
a { background-color: rgb(119,41,122); }
div.DivClassName
{
background-color: #77297A;
}
.BgClassName
{
background-color: #77297A;
}
</style>
border-color css
<style>
span { border-color: #77297A; }
span { border-color: rgb(119,41,122); }
td.TdClassName
{
border-color: #77297A;
}
.TagClassName
{
border-color: #77297A;
}
</style>