Shades of Eminence #77297F
Tints of Eminence #77297F
RGB
CMYK
RGB Variations
Color information
#77297F (or 0x77297F) is known color: Eminence. HEX triplet: 77, 29 and 7F. RGB value is (119,41,127). Sum of RGB (Red+Green+Blue) = 119+41+127=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #77297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77297F is #88D680. Grayscale: #494949. Windows color (decimal): -8967809 or 8333687. OLE color: 8333687.
HSL color Cylindrical-coordinate representation of color #77297F: hue angle of 294.42º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77297F is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 41 | 127 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.50 |
| HSL | 294.42º | 0.51% | 0.33% | - |
| HSV(B) | 294.42º | 0.68% | 0.5% | - |
| XYZ | 12.23 | 7.04 | 20.79 | - |
| YUV | 74.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 127 | 0.06 | 0.68 | 0 | 0.50 | 294.42 | 0.51 | 0.33 |
| Hex | 77 | 29 | 7F | 6 | 44 | 0 | 32 | 126 | 33 | 21 |
| Octal | 167 | 51 | 177 | 6 | 104 | 0 | 62 | 446 | 63 | 41 |
| Binary | 1110111 | 101001 | 1111111 | 110 | 1000100 | 0 | 110010 | 100100110 | 110011 | 100001 |
Color Harmonies of #77297F
Complementary color
Monochromatic Colors of #77297F
Black with #77297F
Text Example
Text Example
White with #77297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77297F; }
p { color: rgb(119,41,127); }
H1.HeaderClassName
{
color: #77297F;
}
.AnyTagClassName
{
color: #77297F;
}
</style>
background-color css
<style>
a { background-color: #77297F; }
a { background-color: rgb(119,41,127); }
div.DivClassName
{
background-color: #77297F;
}
.BgClassName
{
background-color: #77297F;
}
</style>
border-color css
<style>
span { border-color: #77297F; }
span { border-color: rgb(119,41,127); }
td.TdClassName
{
border-color: #77297F;
}
.TagClassName
{
border-color: #77297F;
}
</style>