Shades of Eminence #75406E
Tints of Eminence #75406E
RGB
CMYK
RGB Variations
Color information
#75406E (or 0x75406E) is known color: Eminence. HEX triplet: 75, 40 and 6E. RGB value is (117,64,110). Sum of RGB (Red+Green+Blue) = 117+64+110=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75406E is #8ABF91. Grayscale: #545454. Windows color (decimal): -9093010 or 7225461. OLE color: 7225461.
HSL color Cylindrical-coordinate representation of color #75406E: hue angle of 307.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75406E is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 64 | 110 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.54 |
| HSL | 307.92º | 0.29% | 0.35% | - |
| HSV(B) | 307.92º | 0.45% | 0.46% | - |
| XYZ | 11.98 | 8.57 | 15.78 | - |
| YUV | 85.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 110 | 0 | 0.45 | 0.06 | 0.54 | 307.92 | 0.29 | 0.35 |
| Hex | 75 | 40 | 6E | 0 | 2D | 6 | 36 | 134 | 1D | 23 |
| Octal | 165 | 100 | 156 | 0 | 55 | 6 | 66 | 464 | 35 | 43 |
| Binary | 1110101 | 1000000 | 1101110 | 0 | 101101 | 110 | 110110 | 100110100 | 11101 | 100011 |
Color Harmonies of #75406E
Complementary color
Monochromatic Colors of #75406E
Black with #75406E
Text Example
Text Example
White with #75406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75406E; }
p { color: rgb(117,64,110); }
H1.HeaderClassName
{
color: #75406E;
}
.AnyTagClassName
{
color: #75406E;
}
</style>
background-color css
<style>
a { background-color: #75406E; }
a { background-color: rgb(117,64,110); }
div.DivClassName
{
background-color: #75406E;
}
.BgClassName
{
background-color: #75406E;
}
</style>
border-color css
<style>
span { border-color: #75406E; }
span { border-color: rgb(117,64,110); }
td.TdClassName
{
border-color: #75406E;
}
.TagClassName
{
border-color: #75406E;
}
</style>