Shades of Eminence #76267D
Tints of Eminence #76267D
RGB
CMYK
RGB Variations
Color information
#76267D (or 0x76267D) is known color: Eminence. HEX triplet: 76, 26 and 7D. RGB value is (118,38,125). Sum of RGB (Red+Green+Blue) = 118+38+125=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #76267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76267D is #89D982. Grayscale: #474747. Windows color (decimal): -9034115 or 8201846. OLE color: 8201846.
HSL color Cylindrical-coordinate representation of color #76267D: hue angle of 295.17º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76267D is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 38 | 125 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.51 |
| HSL | 295.17º | 0.53% | 0.32% | - |
| HSV(B) | 295.17º | 0.7% | 0.49% | - |
| XYZ | 11.87 | 6.72 | 20.07 | - |
| YUV | 71.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 125 | 0.06 | 0.70 | 0 | 0.51 | 295.17 | 0.53 | 0.32 |
| Hex | 76 | 26 | 7D | 6 | 46 | 0 | 33 | 127 | 35 | 20 |
| Octal | 166 | 46 | 175 | 6 | 106 | 0 | 63 | 447 | 65 | 40 |
| Binary | 1110110 | 100110 | 1111101 | 110 | 1000110 | 0 | 110011 | 100100111 | 110101 | 100000 |
Color Harmonies of #76267D
Complementary color
Monochromatic Colors of #76267D
Black with #76267D
Text Example
Text Example
White with #76267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76267D; }
p { color: rgb(118,38,125); }
H1.HeaderClassName
{
color: #76267D;
}
.AnyTagClassName
{
color: #76267D;
}
</style>
background-color css
<style>
a { background-color: #76267D; }
a { background-color: rgb(118,38,125); }
div.DivClassName
{
background-color: #76267D;
}
.BgClassName
{
background-color: #76267D;
}
</style>
border-color css
<style>
span { border-color: #76267D; }
span { border-color: rgb(118,38,125); }
td.TdClassName
{
border-color: #76267D;
}
.TagClassName
{
border-color: #76267D;
}
</style>