Shades of Eminence #733080
Tints of Eminence #733080
RGB
CMYK
RGB Variations
Color information
#733080 (or 0x733080) is known color: Eminence. HEX triplet: 73, 30 and 80. RGB value is (115,48,128). Sum of RGB (Red+Green+Blue) = 115+48+128=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #733080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733080 is #8CCF7F. Grayscale: #4C4C4C. Windows color (decimal): -9228160 or 8401011. OLE color: 8401011.
HSL color Cylindrical-coordinate representation of color #733080: hue angle of 290.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #733080 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 48 | 128 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.50 |
| HSL | 290.25º | 0.45% | 0.35% | - |
| HSV(B) | 290.25º | 0.63% | 0.5% | - |
| XYZ | 12.02 | 7.32 | 21.2 | - |
| YUV | 77.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 128 | 0.10 | 0.62 | 0 | 0.50 | 290.25 | 0.45 | 0.35 |
| Hex | 73 | 30 | 80 | A | 3E | 0 | 32 | 122 | 2D | 23 |
| Octal | 163 | 60 | 200 | 12 | 76 | 0 | 62 | 442 | 55 | 43 |
| Binary | 1110011 | 110000 | 10000000 | 1010 | 111110 | 0 | 110010 | 100100010 | 101101 | 100011 |
Color Harmonies of #733080
Complementary color
Monochromatic Colors of #733080
Black with #733080
Text Example
Text Example
White with #733080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733080; }
p { color: rgb(115,48,128); }
H1.HeaderClassName
{
color: #733080;
}
.AnyTagClassName
{
color: #733080;
}
</style>
background-color css
<style>
a { background-color: #733080; }
a { background-color: rgb(115,48,128); }
div.DivClassName
{
background-color: #733080;
}
.BgClassName
{
background-color: #733080;
}
</style>
border-color css
<style>
span { border-color: #733080; }
span { border-color: rgb(115,48,128); }
td.TdClassName
{
border-color: #733080;
}
.TagClassName
{
border-color: #733080;
}
</style>