Shades of Eminence #75396D
Tints of Eminence #75396D
RGB
CMYK
RGB Variations
Color information
#75396D (or 0x75396D) is known color: Eminence. HEX triplet: 75, 39 and 6D. RGB value is (117,57,109). Sum of RGB (Red+Green+Blue) = 117+57+109=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #75396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75396D is #8AC692. Grayscale: #505050. Windows color (decimal): -9094803 or 7158133. OLE color: 7158133.
HSL color Cylindrical-coordinate representation of color #75396D: hue angle of 308º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75396D is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 57 | 109 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.54 |
| HSL | 308º | 0.34% | 0.34% | - |
| HSV(B) | 308º | 0.51% | 0.46% | - |
| XYZ | 11.56 | 7.81 | 15.37 | - |
| YUV | 80.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 57 | 109 | 0 | 0.51 | 0.07 | 0.54 | 308 | 0.34 | 0.34 |
| Hex | 75 | 39 | 6D | 0 | 33 | 7 | 36 | 134 | 22 | 22 |
| Octal | 165 | 71 | 155 | 0 | 63 | 7 | 66 | 464 | 42 | 42 |
| Binary | 1110101 | 111001 | 1101101 | 0 | 110011 | 111 | 110110 | 100110100 | 100010 | 100010 |
Color Harmonies of #75396D
Complementary color
Monochromatic Colors of #75396D
Black with #75396D
Text Example
Text Example
White with #75396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75396D; }
p { color: rgb(117,57,109); }
H1.HeaderClassName
{
color: #75396D;
}
.AnyTagClassName
{
color: #75396D;
}
</style>
background-color css
<style>
a { background-color: #75396D; }
a { background-color: rgb(117,57,109); }
div.DivClassName
{
background-color: #75396D;
}
.BgClassName
{
background-color: #75396D;
}
</style>
border-color css
<style>
span { border-color: #75396D; }
span { border-color: rgb(117,57,109); }
td.TdClassName
{
border-color: #75396D;
}
.TagClassName
{
border-color: #75396D;
}
</style>