Shades of Eminence #753D6D
Tints of Eminence #753D6D
RGB
CMYK
RGB Variations
Color information
#753D6D (or 0x753D6D) is known color: Eminence. HEX triplet: 75, 3D and 6D. RGB value is (117,61,109). Sum of RGB (Red+Green+Blue) = 117+61+109=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #753D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D6D is #8AC292. Grayscale: #535353. Windows color (decimal): -9093779 or 7159157. OLE color: 7159157.
HSL color Cylindrical-coordinate representation of color #753D6D: hue angle of 308.57º 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 #753D6D is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 109 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.54 |
| HSL | 308.57º | 0.31% | 0.35% | - |
| HSV(B) | 308.57º | 0.48% | 0.46% | - |
| XYZ | 11.77 | 8.22 | 15.44 | - |
| YUV | 83.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 109 | 0 | 0.48 | 0.07 | 0.54 | 308.57 | 0.31 | 0.35 |
| Hex | 75 | 3D | 6D | 0 | 30 | 7 | 36 | 135 | 1F | 23 |
| Octal | 165 | 75 | 155 | 0 | 60 | 7 | 66 | 465 | 37 | 43 |
| Binary | 1110101 | 111101 | 1101101 | 0 | 110000 | 111 | 110110 | 100110101 | 11111 | 100011 |
Color Harmonies of #753D6D
Complementary color
Monochromatic Colors of #753D6D
Black with #753D6D
Text Example
Text Example
White with #753D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D6D; }
p { color: rgb(117,61,109); }
H1.HeaderClassName
{
color: #753D6D;
}
.AnyTagClassName
{
color: #753D6D;
}
</style>
background-color css
<style>
a { background-color: #753D6D; }
a { background-color: rgb(117,61,109); }
div.DivClassName
{
background-color: #753D6D;
}
.BgClassName
{
background-color: #753D6D;
}
</style>
border-color css
<style>
span { border-color: #753D6D; }
span { border-color: rgb(117,61,109); }
td.TdClassName
{
border-color: #753D6D;
}
.TagClassName
{
border-color: #753D6D;
}
</style>