Shades of Eminence #733A6D
Tints of Eminence #733A6D
RGB
CMYK
RGB Variations
Color information
#733A6D (or 0x733A6D) is known color: Eminence. HEX triplet: 73, 3A and 6D. RGB value is (115,58,109). Sum of RGB (Red+Green+Blue) = 115+58+109=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #733A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A6D is #8CC592. Grayscale: #505050. Windows color (decimal): -9225619 or 7158387. OLE color: 7158387.
HSL color Cylindrical-coordinate representation of color #733A6D: hue angle of 306.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A6D is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 109 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.55 |
| HSL | 306.32º | 0.33% | 0.34% | - |
| HSV(B) | 306.32º | 0.5% | 0.45% | - |
| XYZ | 11.34 | 7.78 | 15.37 | - |
| YUV | 80.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 109 | 0 | 0.50 | 0.05 | 0.55 | 306.32 | 0.33 | 0.34 |
| Hex | 73 | 3A | 6D | 0 | 32 | 5 | 37 | 132 | 21 | 22 |
| Octal | 163 | 72 | 155 | 0 | 62 | 5 | 67 | 462 | 41 | 42 |
| Binary | 1110011 | 111010 | 1101101 | 0 | 110010 | 101 | 110111 | 100110010 | 100001 | 100010 |
Color Harmonies of #733A6D
Complementary color
Monochromatic Colors of #733A6D
Black with #733A6D
Text Example
Text Example
White with #733A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A6D; }
p { color: rgb(115,58,109); }
H1.HeaderClassName
{
color: #733A6D;
}
.AnyTagClassName
{
color: #733A6D;
}
</style>
background-color css
<style>
a { background-color: #733A6D; }
a { background-color: rgb(115,58,109); }
div.DivClassName
{
background-color: #733A6D;
}
.BgClassName
{
background-color: #733A6D;
}
</style>
border-color css
<style>
span { border-color: #733A6D; }
span { border-color: rgb(115,58,109); }
td.TdClassName
{
border-color: #733A6D;
}
.TagClassName
{
border-color: #733A6D;
}
</style>