Shades of Eminence #76287C
Tints of Eminence #76287C
RGB
CMYK
RGB Variations
Color information
#76287C (or 0x76287C) is known color: Eminence. HEX triplet: 76, 28 and 7C. RGB value is (118,40,124). Sum of RGB (Red+Green+Blue) = 118+40+124=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #76287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76287C is #89D783. Grayscale: #484848. Windows color (decimal): -9033604 or 8136822. OLE color: 8136822.
HSL color Cylindrical-coordinate representation of color #76287C: hue angle of 295.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76287C is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 40 | 124 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.51 |
| HSL | 295.71º | 0.51% | 0.32% | - |
| HSV(B) | 295.71º | 0.68% | 0.49% | - |
| XYZ | 11.87 | 6.82 | 19.76 | - |
| YUV | 72.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 124 | 0.05 | 0.68 | 0 | 0.51 | 295.71 | 0.51 | 0.32 |
| Hex | 76 | 28 | 7C | 5 | 44 | 0 | 33 | 128 | 33 | 20 |
| Octal | 166 | 50 | 174 | 5 | 104 | 0 | 63 | 450 | 63 | 40 |
| Binary | 1110110 | 101000 | 1111100 | 101 | 1000100 | 0 | 110011 | 100101000 | 110011 | 100000 |
Color Harmonies of #76287C
Complementary color
Monochromatic Colors of #76287C
Black with #76287C
Text Example
Text Example
White with #76287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76287C; }
p { color: rgb(118,40,124); }
H1.HeaderClassName
{
color: #76287C;
}
.AnyTagClassName
{
color: #76287C;
}
</style>
background-color css
<style>
a { background-color: #76287C; }
a { background-color: rgb(118,40,124); }
div.DivClassName
{
background-color: #76287C;
}
.BgClassName
{
background-color: #76287C;
}
</style>
border-color css
<style>
span { border-color: #76287C; }
span { border-color: rgb(118,40,124); }
td.TdClassName
{
border-color: #76287C;
}
.TagClassName
{
border-color: #76287C;
}
</style>