Shades of Eminence #75446E
Tints of Eminence #75446E
RGB
CMYK
RGB Variations
Color information
#75446E (or 0x75446E) is known color: Eminence. HEX triplet: 75, 44 and 6E. RGB value is (117,68,110). Sum of RGB (Red+Green+Blue) = 117+68+110=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75446E is #8ABB91. Grayscale: #575757. Windows color (decimal): -9091986 or 7226485. OLE color: 7226485.
HSL color Cylindrical-coordinate representation of color #75446E: hue angle of 308.57º 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 #75446E is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 68 | 110 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.54 |
| HSL | 308.57º | 0.26% | 0.36% | - |
| HSV(B) | 308.57º | 0.42% | 0.46% | - |
| XYZ | 12.22 | 9.04 | 15.85 | - |
| YUV | 87.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 110 | 0 | 0.42 | 0.06 | 0.54 | 308.57 | 0.26 | 0.36 |
| Hex | 75 | 44 | 6E | 0 | 2A | 6 | 36 | 135 | 1A | 24 |
| Octal | 165 | 104 | 156 | 0 | 52 | 6 | 66 | 465 | 32 | 44 |
| Binary | 1110101 | 1000100 | 1101110 | 0 | 101010 | 110 | 110110 | 100110101 | 11010 | 100100 |
Color Harmonies of #75446E
Complementary color
Monochromatic Colors of #75446E
Black with #75446E
Text Example
Text Example
White with #75446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75446E; }
p { color: rgb(117,68,110); }
H1.HeaderClassName
{
color: #75446E;
}
.AnyTagClassName
{
color: #75446E;
}
</style>
background-color css
<style>
a { background-color: #75446E; }
a { background-color: rgb(117,68,110); }
div.DivClassName
{
background-color: #75446E;
}
.BgClassName
{
background-color: #75446E;
}
</style>
border-color css
<style>
span { border-color: #75446E; }
span { border-color: rgb(117,68,110); }
td.TdClassName
{
border-color: #75446E;
}
.TagClassName
{
border-color: #75446E;
}
</style>