Shades of Eminence #76257F
Tints of Eminence #76257F
RGB
CMYK
RGB Variations
Color information
#76257F (or 0x76257F) is known color: Eminence. HEX triplet: 76, 25 and 7F. RGB value is (118,37,127). Sum of RGB (Red+Green+Blue) = 118+37+127=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #76257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76257F is #89DA80. Grayscale: #474747. Windows color (decimal): -9034369 or 8332662. OLE color: 8332662.
HSL color Cylindrical-coordinate representation of color #76257F: hue angle of 294º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76257F is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 37 | 127 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.50 |
| HSL | 294º | 0.55% | 0.32% | - |
| HSV(B) | 294º | 0.71% | 0.5% | - |
| XYZ | 11.96 | 6.71 | 20.74 | - |
| YUV | 71.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 127 | 0.07 | 0.71 | 0 | 0.50 | 294 | 0.55 | 0.32 |
| Hex | 76 | 25 | 7F | 7 | 47 | 0 | 32 | 126 | 37 | 20 |
| Octal | 166 | 45 | 177 | 7 | 107 | 0 | 62 | 446 | 67 | 40 |
| Binary | 1110110 | 100101 | 1111111 | 111 | 1000111 | 0 | 110010 | 100100110 | 110111 | 100000 |
Color Harmonies of #76257F
Complementary color
Monochromatic Colors of #76257F
Black with #76257F
Text Example
Text Example
White with #76257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76257F; }
p { color: rgb(118,37,127); }
H1.HeaderClassName
{
color: #76257F;
}
.AnyTagClassName
{
color: #76257F;
}
</style>
background-color css
<style>
a { background-color: #76257F; }
a { background-color: rgb(118,37,127); }
div.DivClassName
{
background-color: #76257F;
}
.BgClassName
{
background-color: #76257F;
}
</style>
border-color css
<style>
span { border-color: #76257F; }
span { border-color: rgb(118,37,127); }
td.TdClassName
{
border-color: #76257F;
}
.TagClassName
{
border-color: #76257F;
}
</style>