Shades of Eminence #75427A
Tints of Eminence #75427A
RGB
CMYK
RGB Variations
Color information
#75427A (or 0x75427A) is known color: Eminence. HEX triplet: 75, 42 and 7A. RGB value is (117,66,122). Sum of RGB (Red+Green+Blue) = 117+66+122=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #75427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75427A is #8ABD85. Grayscale: #575757. Windows color (decimal): -9092486 or 8012405. OLE color: 8012405.
HSL color Cylindrical-coordinate representation of color #75427A: hue angle of 294.64º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75427A is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 66 | 122 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.52 |
| HSL | 294.64º | 0.3% | 0.37% | - |
| HSV(B) | 294.64º | 0.46% | 0.48% | - |
| XYZ | 12.8 | 9.08 | 19.49 | - |
| YUV | 87.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 122 | 0.04 | 0.46 | 0 | 0.52 | 294.64 | 0.3 | 0.37 |
| Hex | 75 | 42 | 7A | 4 | 2E | 0 | 34 | 127 | 1E | 25 |
| Octal | 165 | 102 | 172 | 4 | 56 | 0 | 64 | 447 | 36 | 45 |
| Binary | 1110101 | 1000010 | 1111010 | 100 | 101110 | 0 | 110100 | 100100111 | 11110 | 100101 |
Color Harmonies of #75427A
Complementary color
Monochromatic Colors of #75427A
Black with #75427A
Text Example
Text Example
White with #75427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75427A; }
p { color: rgb(117,66,122); }
H1.HeaderClassName
{
color: #75427A;
}
.AnyTagClassName
{
color: #75427A;
}
</style>
background-color css
<style>
a { background-color: #75427A; }
a { background-color: rgb(117,66,122); }
div.DivClassName
{
background-color: #75427A;
}
.BgClassName
{
background-color: #75427A;
}
</style>
border-color css
<style>
span { border-color: #75427A; }
span { border-color: rgb(117,66,122); }
td.TdClassName
{
border-color: #75427A;
}
.TagClassName
{
border-color: #75427A;
}
</style>