Shades of Eminence #763180
Tints of Eminence #763180
RGB
CMYK
RGB Variations
Color information
#763180 (or 0x763180) is known color: Eminence. HEX triplet: 76, 31 and 80. RGB value is (118,49,128). Sum of RGB (Red+Green+Blue) = 118+49+128=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #763180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763180 is #89CE7F. Grayscale: #4E4E4E. Windows color (decimal): -9031296 or 8401270. OLE color: 8401270.
HSL color Cylindrical-coordinate representation of color #763180: hue angle of 292.41º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763180 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 49 | 128 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.50 |
| HSL | 292.41º | 0.45% | 0.35% | - |
| HSV(B) | 292.41º | 0.62% | 0.5% | - |
| XYZ | 12.47 | 7.61 | 21.23 | - |
| YUV | 78.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 128 | 0.08 | 0.62 | 0 | 0.50 | 292.41 | 0.45 | 0.35 |
| Hex | 76 | 31 | 80 | 8 | 3E | 0 | 32 | 124 | 2D | 23 |
| Octal | 166 | 61 | 200 | 10 | 76 | 0 | 62 | 444 | 55 | 43 |
| Binary | 1110110 | 110001 | 10000000 | 1000 | 111110 | 0 | 110010 | 100100100 | 101101 | 100011 |
Color Harmonies of #763180
Complementary color
Monochromatic Colors of #763180
Black with #763180
Text Example
Text Example
White with #763180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763180; }
p { color: rgb(118,49,128); }
H1.HeaderClassName
{
color: #763180;
}
.AnyTagClassName
{
color: #763180;
}
</style>
background-color css
<style>
a { background-color: #763180; }
a { background-color: rgb(118,49,128); }
div.DivClassName
{
background-color: #763180;
}
.BgClassName
{
background-color: #763180;
}
</style>
border-color css
<style>
span { border-color: #763180; }
span { border-color: rgb(118,49,128); }
td.TdClassName
{
border-color: #763180;
}
.TagClassName
{
border-color: #763180;
}
</style>