Shades of Eminence #754870
Tints of Eminence #754870
RGB
CMYK
RGB Variations
Color information
#754870 (or 0x754870) is known color: Eminence. HEX triplet: 75, 48 and 70. RGB value is (117,72,112). Sum of RGB (Red+Green+Blue) = 117+72+112=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #754870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754870 is #8AB78F. Grayscale: #595959. Windows color (decimal): -9090960 or 7358581. OLE color: 7358581.
HSL color Cylindrical-coordinate representation of color #754870: hue angle of 306.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #754870 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 72 | 112 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.54 |
| HSL | 306.67º | 0.24% | 0.37% | - |
| HSV(B) | 306.67º | 0.38% | 0.46% | - |
| XYZ | 12.58 | 9.59 | 16.52 | - |
| YUV | 90.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 112 | 0 | 0.38 | 0.04 | 0.54 | 306.67 | 0.24 | 0.37 |
| Hex | 75 | 48 | 70 | 0 | 26 | 4 | 36 | 133 | 18 | 25 |
| Octal | 165 | 110 | 160 | 0 | 46 | 4 | 66 | 463 | 30 | 45 |
| Binary | 1110101 | 1001000 | 1110000 | 0 | 100110 | 100 | 110110 | 100110011 | 11000 | 100101 |
Color Harmonies of #754870
Complementary color
Monochromatic Colors of #754870
Black with #754870
Text Example
Text Example
White with #754870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754870; }
p { color: rgb(117,72,112); }
H1.HeaderClassName
{
color: #754870;
}
.AnyTagClassName
{
color: #754870;
}
</style>
background-color css
<style>
a { background-color: #754870; }
a { background-color: rgb(117,72,112); }
div.DivClassName
{
background-color: #754870;
}
.BgClassName
{
background-color: #754870;
}
</style>
border-color css
<style>
span { border-color: #754870; }
span { border-color: rgb(117,72,112); }
td.TdClassName
{
border-color: #754870;
}
.TagClassName
{
border-color: #754870;
}
</style>