Shades of Eminence #753A70
Tints of Eminence #753A70
RGB
CMYK
RGB Variations
Color information
#753A70 (or 0x753A70) is known color: Eminence. HEX triplet: 75, 3A and 70. RGB value is (117,58,112). Sum of RGB (Red+Green+Blue) = 117+58+112=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #753A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A70 is #8AC58F. Grayscale: #515151. Windows color (decimal): -9094544 or 7354997. OLE color: 7354997.
HSL color Cylindrical-coordinate representation of color #753A70: hue angle of 305.08º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A70 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 112 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.54 |
| HSL | 305.08º | 0.34% | 0.34% | - |
| HSV(B) | 305.08º | 0.5% | 0.46% | - |
| XYZ | 11.77 | 7.98 | 16.25 | - |
| YUV | 81.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 112 | 0 | 0.50 | 0.04 | 0.54 | 305.08 | 0.34 | 0.34 |
| Hex | 75 | 3A | 70 | 0 | 32 | 4 | 36 | 131 | 22 | 22 |
| Octal | 165 | 72 | 160 | 0 | 62 | 4 | 66 | 461 | 42 | 42 |
| Binary | 1110101 | 111010 | 1110000 | 0 | 110010 | 100 | 110110 | 100110001 | 100010 | 100010 |
Color Harmonies of #753A70
Complementary color
Monochromatic Colors of #753A70
Black with #753A70
Text Example
Text Example
White with #753A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A70; }
p { color: rgb(117,58,112); }
H1.HeaderClassName
{
color: #753A70;
}
.AnyTagClassName
{
color: #753A70;
}
</style>
background-color css
<style>
a { background-color: #753A70; }
a { background-color: rgb(117,58,112); }
div.DivClassName
{
background-color: #753A70;
}
.BgClassName
{
background-color: #753A70;
}
</style>
border-color css
<style>
span { border-color: #753A70; }
span { border-color: rgb(117,58,112); }
td.TdClassName
{
border-color: #753A70;
}
.TagClassName
{
border-color: #753A70;
}
</style>