Shades of Eminence #76417B
Tints of Eminence #76417B
RGB
CMYK
RGB Variations
Color information
#76417B (or 0x76417B) is known color: Eminence. HEX triplet: 76, 41 and 7B. RGB value is (118,65,123). Sum of RGB (Red+Green+Blue) = 118+65+123=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #76417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76417B is #89BE84. Grayscale: #575757. Windows color (decimal): -9027205 or 8077686. OLE color: 8077686.
HSL color Cylindrical-coordinate representation of color #76417B: hue angle of 294.83º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76417B is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 65 | 123 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.52 |
| HSL | 294.83º | 0.31% | 0.37% | - |
| HSV(B) | 294.83º | 0.47% | 0.48% | - |
| XYZ | 12.94 | 9.06 | 19.81 | - |
| YUV | 87.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 123 | 0.04 | 0.47 | 0 | 0.52 | 294.83 | 0.31 | 0.37 |
| Hex | 76 | 41 | 7B | 4 | 2F | 0 | 34 | 127 | 1F | 25 |
| Octal | 166 | 101 | 173 | 4 | 57 | 0 | 64 | 447 | 37 | 45 |
| Binary | 1110110 | 1000001 | 1111011 | 100 | 101111 | 0 | 110100 | 100100111 | 11111 | 100101 |
Color Harmonies of #76417B
Complementary color
Monochromatic Colors of #76417B
Black with #76417B
Text Example
Text Example
White with #76417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76417B; }
p { color: rgb(118,65,123); }
H1.HeaderClassName
{
color: #76417B;
}
.AnyTagClassName
{
color: #76417B;
}
</style>
background-color css
<style>
a { background-color: #76417B; }
a { background-color: rgb(118,65,123); }
div.DivClassName
{
background-color: #76417B;
}
.BgClassName
{
background-color: #76417B;
}
</style>
border-color css
<style>
span { border-color: #76417B; }
span { border-color: rgb(118,65,123); }
td.TdClassName
{
border-color: #76417B;
}
.TagClassName
{
border-color: #76417B;
}
</style>