Shades of Eminence #75407E
Tints of Eminence #75407E
RGB
CMYK
RGB Variations
Color information
#75407E (or 0x75407E) is known color: Eminence. HEX triplet: 75, 40 and 7E. RGB value is (117,64,126). Sum of RGB (Red+Green+Blue) = 117+64+126=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #75407E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75407E is #8ABF81. Grayscale: #565656. Windows color (decimal): -9092994 or 8274037. OLE color: 8274037.
HSL color Cylindrical-coordinate representation of color #75407E: hue angle of 291.29º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75407E is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 64 | 126 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.51 |
| HSL | 291.29º | 0.33% | 0.37% | - |
| HSV(B) | 291.29º | 0.49% | 0.49% | - |
| XYZ | 12.94 | 8.96 | 20.79 | - |
| YUV | 86.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 126 | 0.07 | 0.49 | 0 | 0.51 | 291.29 | 0.33 | 0.37 |
| Hex | 75 | 40 | 7E | 7 | 31 | 0 | 33 | 123 | 21 | 25 |
| Octal | 165 | 100 | 176 | 7 | 61 | 0 | 63 | 443 | 41 | 45 |
| Binary | 1110101 | 1000000 | 1111110 | 111 | 110001 | 0 | 110011 | 100100011 | 100001 | 100101 |
Color Harmonies of #75407E
Complementary color
Monochromatic Colors of #75407E
Black with #75407E
Text Example
Text Example
White with #75407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75407E; }
p { color: rgb(117,64,126); }
H1.HeaderClassName
{
color: #75407E;
}
.AnyTagClassName
{
color: #75407E;
}
</style>
background-color css
<style>
a { background-color: #75407E; }
a { background-color: rgb(117,64,126); }
div.DivClassName
{
background-color: #75407E;
}
.BgClassName
{
background-color: #75407E;
}
</style>
border-color css
<style>
span { border-color: #75407E; }
span { border-color: rgb(117,64,126); }
td.TdClassName
{
border-color: #75407E;
}
.TagClassName
{
border-color: #75407E;
}
</style>