Shades of Eminence #754678
Tints of Eminence #754678
RGB
CMYK
RGB Variations
Color information
#754678 (or 0x754678) is known color: Eminence. HEX triplet: 75, 46 and 78. RGB value is (117,70,120). Sum of RGB (Red+Green+Blue) = 117+70+120=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #754678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754678 is #8AB987. Grayscale: #595959. Windows color (decimal): -9091464 or 7882357. OLE color: 7882357.
HSL color Cylindrical-coordinate representation of color #754678: hue angle of 296.4º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #754678 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 70 | 120 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.53 |
| HSL | 296.4º | 0.26% | 0.37% | - |
| HSV(B) | 296.4º | 0.42% | 0.47% | - |
| XYZ | 12.92 | 9.52 | 18.93 | - |
| YUV | 89.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 120 | 0.02 | 0.42 | 0 | 0.53 | 296.4 | 0.26 | 0.37 |
| Hex | 75 | 46 | 78 | 2 | 2A | 0 | 35 | 128 | 1A | 25 |
| Octal | 165 | 106 | 170 | 2 | 52 | 0 | 65 | 450 | 32 | 45 |
| Binary | 1110101 | 1000110 | 1111000 | 10 | 101010 | 0 | 110101 | 100101000 | 11010 | 100101 |
Color Harmonies of #754678
Complementary color
Monochromatic Colors of #754678
Black with #754678
Text Example
Text Example
White with #754678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754678; }
p { color: rgb(117,70,120); }
H1.HeaderClassName
{
color: #754678;
}
.AnyTagClassName
{
color: #754678;
}
</style>
background-color css
<style>
a { background-color: #754678; }
a { background-color: rgb(117,70,120); }
div.DivClassName
{
background-color: #754678;
}
.BgClassName
{
background-color: #754678;
}
</style>
border-color css
<style>
span { border-color: #754678; }
span { border-color: rgb(117,70,120); }
td.TdClassName
{
border-color: #754678;
}
.TagClassName
{
border-color: #754678;
}
</style>