Shades of Eminence #754178
Tints of Eminence #754178
RGB
CMYK
RGB Variations
Color information
#754178 (or 0x754178) is known color: Eminence. HEX triplet: 75, 41 and 78. RGB value is (117,65,120). Sum of RGB (Red+Green+Blue) = 117+65+120=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #754178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754178 is #8ABE87. Grayscale: #565656. Windows color (decimal): -9092744 or 7881077. OLE color: 7881077.
HSL color Cylindrical-coordinate representation of color #754178: hue angle of 296.73º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #754178 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 65 | 120 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.53 |
| HSL | 296.73º | 0.3% | 0.36% | - |
| HSV(B) | 296.73º | 0.46% | 0.47% | - |
| XYZ | 12.62 | 8.92 | 18.83 | - |
| YUV | 86.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 120 | 0.02 | 0.46 | 0 | 0.53 | 296.73 | 0.3 | 0.36 |
| Hex | 75 | 41 | 78 | 2 | 2E | 0 | 35 | 129 | 1E | 24 |
| Octal | 165 | 101 | 170 | 2 | 56 | 0 | 65 | 451 | 36 | 44 |
| Binary | 1110101 | 1000001 | 1111000 | 10 | 101110 | 0 | 110101 | 100101001 | 11110 | 100100 |
Color Harmonies of #754178
Complementary color
Monochromatic Colors of #754178
Black with #754178
Text Example
Text Example
White with #754178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754178; }
p { color: rgb(117,65,120); }
H1.HeaderClassName
{
color: #754178;
}
.AnyTagClassName
{
color: #754178;
}
</style>
background-color css
<style>
a { background-color: #754178; }
a { background-color: rgb(117,65,120); }
div.DivClassName
{
background-color: #754178;
}
.BgClassName
{
background-color: #754178;
}
</style>
border-color css
<style>
span { border-color: #754178; }
span { border-color: rgb(117,65,120); }
td.TdClassName
{
border-color: #754178;
}
.TagClassName
{
border-color: #754178;
}
</style>