Shades of Eminence #75386E
Tints of Eminence #75386E
RGB
CMYK
RGB Variations
Color information
#75386E (or 0x75386E) is known color: Eminence. HEX triplet: 75, 38 and 6E. RGB value is (117,56,110). Sum of RGB (Red+Green+Blue) = 117+56+110=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #75386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75386E is #8AC791. Grayscale: #505050. Windows color (decimal): -9095058 or 7223413. OLE color: 7223413.
HSL color Cylindrical-coordinate representation of color #75386E: hue angle of 306.89º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75386E is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 56 | 110 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.54 |
| HSL | 306.89º | 0.35% | 0.34% | - |
| HSV(B) | 306.89º | 0.52% | 0.46% | - |
| XYZ | 11.56 | 7.74 | 15.64 | - |
| YUV | 80.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 56 | 110 | 0 | 0.52 | 0.06 | 0.54 | 306.89 | 0.35 | 0.34 |
| Hex | 75 | 38 | 6E | 0 | 34 | 6 | 36 | 133 | 23 | 22 |
| Octal | 165 | 70 | 156 | 0 | 64 | 6 | 66 | 463 | 43 | 42 |
| Binary | 1110101 | 111000 | 1101110 | 0 | 110100 | 110 | 110110 | 100110011 | 100011 | 100010 |
Color Harmonies of #75386E
Complementary color
Monochromatic Colors of #75386E
Black with #75386E
Text Example
Text Example
White with #75386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75386E; }
p { color: rgb(117,56,110); }
H1.HeaderClassName
{
color: #75386E;
}
.AnyTagClassName
{
color: #75386E;
}
</style>
background-color css
<style>
a { background-color: #75386E; }
a { background-color: rgb(117,56,110); }
div.DivClassName
{
background-color: #75386E;
}
.BgClassName
{
background-color: #75386E;
}
</style>
border-color css
<style>
span { border-color: #75386E; }
span { border-color: rgb(117,56,110); }
td.TdClassName
{
border-color: #75386E;
}
.TagClassName
{
border-color: #75386E;
}
</style>