Shades of Eminence #75446D
Tints of Eminence #75446D
RGB
CMYK
RGB Variations
Color information
#75446D (or 0x75446D) is known color: Eminence. HEX triplet: 75, 44 and 6D. RGB value is (117,68,109). Sum of RGB (Red+Green+Blue) = 117+68+109=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75446D is #8ABB92. Grayscale: #575757. Windows color (decimal): -9091987 or 7160949. OLE color: 7160949.
HSL color Cylindrical-coordinate representation of color #75446D: hue angle of 309.8º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75446D is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 68 | 109 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.54 |
| HSL | 309.8º | 0.26% | 0.36% | - |
| HSV(B) | 309.8º | 0.42% | 0.46% | - |
| XYZ | 12.16 | 9.02 | 15.57 | - |
| YUV | 87.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 109 | 0 | 0.42 | 0.07 | 0.54 | 309.8 | 0.26 | 0.36 |
| Hex | 75 | 44 | 6D | 0 | 2A | 7 | 36 | 136 | 1A | 24 |
| Octal | 165 | 104 | 155 | 0 | 52 | 7 | 66 | 466 | 32 | 44 |
| Binary | 1110101 | 1000100 | 1101101 | 0 | 101010 | 111 | 110110 | 100110110 | 11010 | 100100 |
Color Harmonies of #75446D
Complementary color
Monochromatic Colors of #75446D
Black with #75446D
Text Example
Text Example
White with #75446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75446D; }
p { color: rgb(117,68,109); }
H1.HeaderClassName
{
color: #75446D;
}
.AnyTagClassName
{
color: #75446D;
}
</style>
background-color css
<style>
a { background-color: #75446D; }
a { background-color: rgb(117,68,109); }
div.DivClassName
{
background-color: #75446D;
}
.BgClassName
{
background-color: #75446D;
}
</style>
border-color css
<style>
span { border-color: #75446D; }
span { border-color: rgb(117,68,109); }
td.TdClassName
{
border-color: #75446D;
}
.TagClassName
{
border-color: #75446D;
}
</style>