Shades of Eminence #75407C
Tints of Eminence #75407C
RGB
CMYK
RGB Variations
Color information
#75407C (or 0x75407C) is known color: Eminence. HEX triplet: 75, 40 and 7C. RGB value is (117,64,124). Sum of RGB (Red+Green+Blue) = 117+64+124=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #75407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75407C is #8ABF83. Grayscale: #565656. Windows color (decimal): -9092996 or 8142965. OLE color: 8142965.
HSL color Cylindrical-coordinate representation of color #75407C: hue angle of 293º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75407C is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 64 | 124 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.51 |
| HSL | 293º | 0.32% | 0.37% | - |
| HSV(B) | 293º | 0.48% | 0.49% | - |
| XYZ | 12.81 | 8.9 | 20.11 | - |
| YUV | 86.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 124 | 0.06 | 0.48 | 0 | 0.51 | 293 | 0.32 | 0.37 |
| Hex | 75 | 40 | 7C | 6 | 30 | 0 | 33 | 125 | 20 | 25 |
| Octal | 165 | 100 | 174 | 6 | 60 | 0 | 63 | 445 | 40 | 45 |
| Binary | 1110101 | 1000000 | 1111100 | 110 | 110000 | 0 | 110011 | 100100101 | 100000 | 100101 |
Color Harmonies of #75407C
Complementary color
Monochromatic Colors of #75407C
Black with #75407C
Text Example
Text Example
White with #75407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75407C; }
p { color: rgb(117,64,124); }
H1.HeaderClassName
{
color: #75407C;
}
.AnyTagClassName
{
color: #75407C;
}
</style>
background-color css
<style>
a { background-color: #75407C; }
a { background-color: rgb(117,64,124); }
div.DivClassName
{
background-color: #75407C;
}
.BgClassName
{
background-color: #75407C;
}
</style>
border-color css
<style>
span { border-color: #75407C; }
span { border-color: rgb(117,64,124); }
td.TdClassName
{
border-color: #75407C;
}
.TagClassName
{
border-color: #75407C;
}
</style>