Shades of Eminence #75417C
Tints of Eminence #75417C
RGB
CMYK
RGB Variations
Color information
#75417C (or 0x75417C) is known color: Eminence. HEX triplet: 75, 41 and 7C. RGB value is (117,65,124). Sum of RGB (Red+Green+Blue) = 117+65+124=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #75417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75417C is #8ABE83. Grayscale: #575757. Windows color (decimal): -9092740 or 8143221. OLE color: 8143221.
HSL color Cylindrical-coordinate representation of color #75417C: hue angle of 292.88º degrees, saturation: 0.31, 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 #75417C is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 65 | 124 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.51 |
| HSL | 292.88º | 0.31% | 0.37% | - |
| HSV(B) | 292.88º | 0.48% | 0.49% | - |
| XYZ | 12.86 | 9.02 | 20.13 | - |
| YUV | 87.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 124 | 0.06 | 0.48 | 0 | 0.51 | 292.88 | 0.31 | 0.37 |
| Hex | 75 | 41 | 7C | 6 | 30 | 0 | 33 | 125 | 1F | 25 |
| Octal | 165 | 101 | 174 | 6 | 60 | 0 | 63 | 445 | 37 | 45 |
| Binary | 1110101 | 1000001 | 1111100 | 110 | 110000 | 0 | 110011 | 100100101 | 11111 | 100101 |
Color Harmonies of #75417C
Complementary color
Monochromatic Colors of #75417C
Black with #75417C
Text Example
Text Example
White with #75417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75417C; }
p { color: rgb(117,65,124); }
H1.HeaderClassName
{
color: #75417C;
}
.AnyTagClassName
{
color: #75417C;
}
</style>
background-color css
<style>
a { background-color: #75417C; }
a { background-color: rgb(117,65,124); }
div.DivClassName
{
background-color: #75417C;
}
.BgClassName
{
background-color: #75417C;
}
</style>
border-color css
<style>
span { border-color: #75417C; }
span { border-color: rgb(117,65,124); }
td.TdClassName
{
border-color: #75417C;
}
.TagClassName
{
border-color: #75417C;
}
</style>