Shades of Eminence #75386C
Tints of Eminence #75386C
RGB
CMYK
RGB Variations
Color information
#75386C (or 0x75386C) is known color: Eminence. HEX triplet: 75, 38 and 6C. RGB value is (117,56,108). Sum of RGB (Red+Green+Blue) = 117+56+108=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75386C is #8AC793. Grayscale: #505050. Windows color (decimal): -9095060 or 7092341. OLE color: 7092341.
HSL color Cylindrical-coordinate representation of color #75386C: hue angle of 308.85º 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 #75386C is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 56 | 108 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.54 |
| HSL | 308.85º | 0.35% | 0.34% | - |
| HSV(B) | 308.85º | 0.52% | 0.46% | - |
| XYZ | 11.46 | 7.69 | 15.07 | - |
| YUV | 80.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 56 | 108 | 0 | 0.52 | 0.08 | 0.54 | 308.85 | 0.35 | 0.34 |
| Hex | 75 | 38 | 6C | 0 | 34 | 8 | 36 | 135 | 23 | 22 |
| Octal | 165 | 70 | 154 | 0 | 64 | 10 | 66 | 465 | 43 | 42 |
| Binary | 1110101 | 111000 | 1101100 | 0 | 110100 | 1000 | 110110 | 100110101 | 100011 | 100010 |
Color Harmonies of #75386C
Complementary color
Monochromatic Colors of #75386C
Black with #75386C
Text Example
Text Example
White with #75386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75386C; }
p { color: rgb(117,56,108); }
H1.HeaderClassName
{
color: #75386C;
}
.AnyTagClassName
{
color: #75386C;
}
</style>
background-color css
<style>
a { background-color: #75386C; }
a { background-color: rgb(117,56,108); }
div.DivClassName
{
background-color: #75386C;
}
.BgClassName
{
background-color: #75386C;
}
</style>
border-color css
<style>
span { border-color: #75386C; }
span { border-color: rgb(117,56,108); }
td.TdClassName
{
border-color: #75386C;
}
.TagClassName
{
border-color: #75386C;
}
</style>