Shades of Eminence #763179
Tints of Eminence #763179
RGB
CMYK
RGB Variations
Color information
#763179 (or 0x763179) is known color: Eminence. HEX triplet: 76, 31 and 79. RGB value is (118,49,121). Sum of RGB (Red+Green+Blue) = 118+49+121=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #763179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763179 is #89CE86. Grayscale: #4D4D4D. Windows color (decimal): -9031303 or 7942518. OLE color: 7942518.
HSL color Cylindrical-coordinate representation of color #763179: hue angle of 297.5º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #763179 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 49 | 121 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.53 |
| HSL | 297.5º | 0.42% | 0.33% | - |
| HSV(B) | 297.5º | 0.6% | 0.47% | - |
| XYZ | 12.02 | 7.43 | 18.89 | - |
| YUV | 77.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 121 | 0.02 | 0.60 | 0 | 0.53 | 297.5 | 0.42 | 0.33 |
| Hex | 76 | 31 | 79 | 2 | 3C | 0 | 35 | 12A | 2A | 21 |
| Octal | 166 | 61 | 171 | 2 | 74 | 0 | 65 | 452 | 52 | 41 |
| Binary | 1110110 | 110001 | 1111001 | 10 | 111100 | 0 | 110101 | 100101010 | 101010 | 100001 |
Color Harmonies of #763179
Complementary color
Monochromatic Colors of #763179
Black with #763179
Text Example
Text Example
White with #763179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763179; }
p { color: rgb(118,49,121); }
H1.HeaderClassName
{
color: #763179;
}
.AnyTagClassName
{
color: #763179;
}
</style>
background-color css
<style>
a { background-color: #763179; }
a { background-color: rgb(118,49,121); }
div.DivClassName
{
background-color: #763179;
}
.BgClassName
{
background-color: #763179;
}
</style>
border-color css
<style>
span { border-color: #763179; }
span { border-color: rgb(118,49,121); }
td.TdClassName
{
border-color: #763179;
}
.TagClassName
{
border-color: #763179;
}
</style>