Shades of Eminence #733780
Tints of Eminence #733780
RGB
CMYK
RGB Variations
Color information
#733780 (or 0x733780) is known color: Eminence. HEX triplet: 73, 37 and 80. RGB value is (115,55,128). Sum of RGB (Red+Green+Blue) = 115+55+128=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #733780 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733780 is #8CC87F. Grayscale: #515151. Windows color (decimal): -9226368 or 8402803. OLE color: 8402803.
HSL color Cylindrical-coordinate representation of color #733780: hue angle of 289.32º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733780 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 55 | 128 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.50 |
| HSL | 289.32º | 0.4% | 0.36% | - |
| HSV(B) | 289.32º | 0.57% | 0.5% | - |
| XYZ | 12.33 | 7.94 | 21.3 | - |
| YUV | 81.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 128 | 0.10 | 0.57 | 0 | 0.50 | 289.32 | 0.4 | 0.36 |
| Hex | 73 | 37 | 80 | A | 39 | 0 | 32 | 121 | 28 | 24 |
| Octal | 163 | 67 | 200 | 12 | 71 | 0 | 62 | 441 | 50 | 44 |
| Binary | 1110011 | 110111 | 10000000 | 1010 | 111001 | 0 | 110010 | 100100001 | 101000 | 100100 |
Color Harmonies of #733780
Complementary color
Monochromatic Colors of #733780
Black with #733780
Text Example
Text Example
White with #733780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733780; }
p { color: rgb(115,55,128); }
H1.HeaderClassName
{
color: #733780;
}
.AnyTagClassName
{
color: #733780;
}
</style>
background-color css
<style>
a { background-color: #733780; }
a { background-color: rgb(115,55,128); }
div.DivClassName
{
background-color: #733780;
}
.BgClassName
{
background-color: #733780;
}
</style>
border-color css
<style>
span { border-color: #733780; }
span { border-color: rgb(115,55,128); }
td.TdClassName
{
border-color: #733780;
}
.TagClassName
{
border-color: #733780;
}
</style>