Shades of Eminence #75356F
Tints of Eminence #75356F
RGB
CMYK
RGB Variations
Color information
#75356F (or 0x75356F) is known color: Eminence. HEX triplet: 75, 35 and 6F. RGB value is (117,53,111). Sum of RGB (Red+Green+Blue) = 117+53+111=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75356F is #8ACA90. Grayscale: #4E4E4E. Windows color (decimal): -9095825 or 7288181. OLE color: 7288181.
HSL color Cylindrical-coordinate representation of color #75356F: hue angle of 305.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75356F is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 53 | 111 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.54 |
| HSL | 305.63º | 0.38% | 0.33% | - |
| HSV(B) | 305.63º | 0.55% | 0.46% | - |
| XYZ | 11.48 | 7.48 | 15.88 | - |
| YUV | 78.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 111 | 0 | 0.55 | 0.05 | 0.54 | 305.63 | 0.38 | 0.33 |
| Hex | 75 | 35 | 6F | 0 | 37 | 5 | 36 | 132 | 26 | 21 |
| Octal | 165 | 65 | 157 | 0 | 67 | 5 | 66 | 462 | 46 | 41 |
| Binary | 1110101 | 110101 | 1101111 | 0 | 110111 | 101 | 110110 | 100110010 | 100110 | 100001 |
Color Harmonies of #75356F
Complementary color
Monochromatic Colors of #75356F
Black with #75356F
Text Example
Text Example
White with #75356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75356F; }
p { color: rgb(117,53,111); }
H1.HeaderClassName
{
color: #75356F;
}
.AnyTagClassName
{
color: #75356F;
}
</style>
background-color css
<style>
a { background-color: #75356F; }
a { background-color: rgb(117,53,111); }
div.DivClassName
{
background-color: #75356F;
}
.BgClassName
{
background-color: #75356F;
}
</style>
border-color css
<style>
span { border-color: #75356F; }
span { border-color: rgb(117,53,111); }
td.TdClassName
{
border-color: #75356F;
}
.TagClassName
{
border-color: #75356F;
}
</style>