Shades of Eminence #733A7C
Tints of Eminence #733A7C
RGB
CMYK
RGB Variations
Color information
#733A7C (or 0x733A7C) is known color: Eminence. HEX triplet: 73, 3A and 7C. RGB value is (115,58,124). Sum of RGB (Red+Green+Blue) = 115+58+124=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #733A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A7C is #8CC583. Grayscale: #525252. Windows color (decimal): -9225604 or 8141427. OLE color: 8141427.
HSL color Cylindrical-coordinate representation of color #733A7C: hue angle of 291.82º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #733A7C is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 58 | 124 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.51 |
| HSL | 291.82º | 0.36% | 0.36% | - |
| HSV(B) | 291.82º | 0.53% | 0.49% | - |
| XYZ | 12.22 | 8.13 | 19.99 | - |
| YUV | 82.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 124 | 0.07 | 0.53 | 0 | 0.51 | 291.82 | 0.36 | 0.36 |
| Hex | 73 | 3A | 7C | 7 | 35 | 0 | 33 | 124 | 24 | 24 |
| Octal | 163 | 72 | 174 | 7 | 65 | 0 | 63 | 444 | 44 | 44 |
| Binary | 1110011 | 111010 | 1111100 | 111 | 110101 | 0 | 110011 | 100100100 | 100100 | 100100 |
Color Harmonies of #733A7C
Complementary color
Monochromatic Colors of #733A7C
Black with #733A7C
Text Example
Text Example
White with #733A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A7C; }
p { color: rgb(115,58,124); }
H1.HeaderClassName
{
color: #733A7C;
}
.AnyTagClassName
{
color: #733A7C;
}
</style>
background-color css
<style>
a { background-color: #733A7C; }
a { background-color: rgb(115,58,124); }
div.DivClassName
{
background-color: #733A7C;
}
.BgClassName
{
background-color: #733A7C;
}
</style>
border-color css
<style>
span { border-color: #733A7C; }
span { border-color: rgb(115,58,124); }
td.TdClassName
{
border-color: #733A7C;
}
.TagClassName
{
border-color: #733A7C;
}
</style>