Shades of Eminence #754080
Tints of Eminence #754080
RGB
CMYK
RGB Variations
Color information
#754080 (or 0x754080) is known color: Eminence. HEX triplet: 75, 40 and 80. RGB value is (117,64,128). Sum of RGB (Red+Green+Blue) = 117+64+128=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #754080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754080 is #8ABF7F. Grayscale: #565656. Windows color (decimal): -9092992 or 8405109. OLE color: 8405109.
HSL color Cylindrical-coordinate representation of color #754080: hue angle of 289.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754080 is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 64 | 128 | - |
| CMYK | 0.09 | 0.5 | 0 | 0.50 |
| HSL | 289.69º | 0.33% | 0.38% | - |
| HSV(B) | 289.69º | 0.5% | 0.5% | - |
| XYZ | 13.07 | 9.01 | 21.47 | - |
| YUV | 87.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 128 | 0.09 | 0.5 | 0 | 0.50 | 289.69 | 0.33 | 0.38 |
| Hex | 75 | 40 | 80 | 9 | 32 | 0 | 32 | 122 | 21 | 26 |
| Octal | 165 | 100 | 200 | 11 | 62 | 0 | 62 | 442 | 41 | 46 |
| Binary | 1110101 | 1000000 | 10000000 | 1001 | 110010 | 0 | 110010 | 100100010 | 100001 | 100110 |
Color Harmonies of #754080
Complementary color
Monochromatic Colors of #754080
Black with #754080
Text Example
Text Example
White with #754080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754080; }
p { color: rgb(117,64,128); }
H1.HeaderClassName
{
color: #754080;
}
.AnyTagClassName
{
color: #754080;
}
</style>
background-color css
<style>
a { background-color: #754080; }
a { background-color: rgb(117,64,128); }
div.DivClassName
{
background-color: #754080;
}
.BgClassName
{
background-color: #754080;
}
</style>
border-color css
<style>
span { border-color: #754080; }
span { border-color: rgb(117,64,128); }
td.TdClassName
{
border-color: #754080;
}
.TagClassName
{
border-color: #754080;
}
</style>