Shades of Eminence #753D70
Tints of Eminence #753D70
RGB
CMYK
RGB Variations
Color information
#753D70 (or 0x753D70) is known color: Eminence. HEX triplet: 75, 3D and 70. RGB value is (117,61,112). Sum of RGB (Red+Green+Blue) = 117+61+112=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #753D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D70 is #8AC28F. Grayscale: #535353. Windows color (decimal): -9093776 or 7355765. OLE color: 7355765.
HSL color Cylindrical-coordinate representation of color #753D70: hue angle of 305.36º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753D70 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 112 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.54 |
| HSL | 305.36º | 0.31% | 0.35% | - |
| HSV(B) | 305.36º | 0.48% | 0.46% | - |
| XYZ | 11.93 | 8.29 | 16.3 | - |
| YUV | 83.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 112 | 0 | 0.48 | 0.04 | 0.54 | 305.36 | 0.31 | 0.35 |
| Hex | 75 | 3D | 70 | 0 | 30 | 4 | 36 | 131 | 1F | 23 |
| Octal | 165 | 75 | 160 | 0 | 60 | 4 | 66 | 461 | 37 | 43 |
| Binary | 1110101 | 111101 | 1110000 | 0 | 110000 | 100 | 110110 | 100110001 | 11111 | 100011 |
Color Harmonies of #753D70
Complementary color
Monochromatic Colors of #753D70
Black with #753D70
Text Example
Text Example
White with #753D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D70; }
p { color: rgb(117,61,112); }
H1.HeaderClassName
{
color: #753D70;
}
.AnyTagClassName
{
color: #753D70;
}
</style>
background-color css
<style>
a { background-color: #753D70; }
a { background-color: rgb(117,61,112); }
div.DivClassName
{
background-color: #753D70;
}
.BgClassName
{
background-color: #753D70;
}
</style>
border-color css
<style>
span { border-color: #753D70; }
span { border-color: rgb(117,61,112); }
td.TdClassName
{
border-color: #753D70;
}
.TagClassName
{
border-color: #753D70;
}
</style>