Shades of Eminence #75427E
Tints of Eminence #75427E
RGB
CMYK
RGB Variations
Color information
#75427E (or 0x75427E) is known color: Eminence. HEX triplet: 75, 42 and 7E. RGB value is (117,66,126). Sum of RGB (Red+Green+Blue) = 117+66+126=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 126 - color contains mainly: blue. Hex color #75427E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75427E is #8ABD81. Grayscale: #575757. Windows color (decimal): -9092482 or 8274549. OLE color: 8274549.
HSL color Cylindrical-coordinate representation of color #75427E: hue angle of 291º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75427E is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 66 | 126 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.51 |
| HSL | 291º | 0.31% | 0.38% | - |
| HSV(B) | 291º | 0.48% | 0.49% | - |
| XYZ | 13.05 | 9.18 | 20.82 | - |
| YUV | 88.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 126 | 0.07 | 0.48 | 0 | 0.51 | 291 | 0.31 | 0.38 |
| Hex | 75 | 42 | 7E | 7 | 30 | 0 | 33 | 123 | 1F | 26 |
| Octal | 165 | 102 | 176 | 7 | 60 | 0 | 63 | 443 | 37 | 46 |
| Binary | 1110101 | 1000010 | 1111110 | 111 | 110000 | 0 | 110011 | 100100011 | 11111 | 100110 |
Color Harmonies of #75427E
Complementary color
Monochromatic Colors of #75427E
Black with #75427E
Text Example
Text Example
White with #75427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75427E; }
p { color: rgb(117,66,126); }
H1.HeaderClassName
{
color: #75427E;
}
.AnyTagClassName
{
color: #75427E;
}
</style>
background-color css
<style>
a { background-color: #75427E; }
a { background-color: rgb(117,66,126); }
div.DivClassName
{
background-color: #75427E;
}
.BgClassName
{
background-color: #75427E;
}
</style>
border-color css
<style>
span { border-color: #75427E; }
span { border-color: rgb(117,66,126); }
td.TdClassName
{
border-color: #75427E;
}
.TagClassName
{
border-color: #75427E;
}
</style>