Shades of Eminence #75407A
Tints of Eminence #75407A
RGB
CMYK
RGB Variations
Color information
#75407A (or 0x75407A) is known color: Eminence. HEX triplet: 75, 40 and 7A. RGB value is (117,64,122). Sum of RGB (Red+Green+Blue) = 117+64+122=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #75407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75407A is #8ABF85. Grayscale: #565656. Windows color (decimal): -9092998 or 8011893. OLE color: 8011893.
HSL color Cylindrical-coordinate representation of color #75407A: hue angle of 294.83º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75407A is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 64 | 122 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.52 |
| HSL | 294.83º | 0.31% | 0.36% | - |
| HSV(B) | 294.83º | 0.48% | 0.48% | - |
| XYZ | 12.68 | 8.85 | 19.45 | - |
| YUV | 86.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 122 | 0.04 | 0.48 | 0 | 0.52 | 294.83 | 0.31 | 0.36 |
| Hex | 75 | 40 | 7A | 4 | 30 | 0 | 34 | 127 | 1F | 24 |
| Octal | 165 | 100 | 172 | 4 | 60 | 0 | 64 | 447 | 37 | 44 |
| Binary | 1110101 | 1000000 | 1111010 | 100 | 110000 | 0 | 110100 | 100100111 | 11111 | 100100 |
Color Harmonies of #75407A
Complementary color
Monochromatic Colors of #75407A
Black with #75407A
Text Example
Text Example
White with #75407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75407A; }
p { color: rgb(117,64,122); }
H1.HeaderClassName
{
color: #75407A;
}
.AnyTagClassName
{
color: #75407A;
}
</style>
background-color css
<style>
a { background-color: #75407A; }
a { background-color: rgb(117,64,122); }
div.DivClassName
{
background-color: #75407A;
}
.BgClassName
{
background-color: #75407A;
}
</style>
border-color css
<style>
span { border-color: #75407A; }
span { border-color: rgb(117,64,122); }
td.TdClassName
{
border-color: #75407A;
}
.TagClassName
{
border-color: #75407A;
}
</style>