Shades of Eminence #733B70
Tints of Eminence #733B70
RGB
CMYK
RGB Variations
Color information
#733B70 (or 0x733B70) is known color: Eminence. HEX triplet: 73, 3B and 70. RGB value is (115,59,112). Sum of RGB (Red+Green+Blue) = 115+59+112=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #733B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733B70 is #8CC48F. Grayscale: #515151. Windows color (decimal): -9225360 or 7355251. OLE color: 7355251.
HSL color Cylindrical-coordinate representation of color #733B70: hue angle of 303.21º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733B70 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 112 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.55 |
| HSL | 303.21º | 0.32% | 0.34% | - |
| HSV(B) | 303.21º | 0.49% | 0.45% | - |
| XYZ | 11.56 | 7.94 | 16.25 | - |
| YUV | 81.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 112 | 0 | 0.49 | 0.03 | 0.55 | 303.21 | 0.32 | 0.34 |
| Hex | 73 | 3B | 70 | 0 | 31 | 3 | 37 | 12F | 20 | 22 |
| Octal | 163 | 73 | 160 | 0 | 61 | 3 | 67 | 457 | 40 | 42 |
| Binary | 1110011 | 111011 | 1110000 | 0 | 110001 | 11 | 110111 | 100101111 | 100000 | 100010 |
Color Harmonies of #733B70
Complementary color
Monochromatic Colors of #733B70
Black with #733B70
Text Example
Text Example
White with #733B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B70; }
p { color: rgb(115,59,112); }
H1.HeaderClassName
{
color: #733B70;
}
.AnyTagClassName
{
color: #733B70;
}
</style>
background-color css
<style>
a { background-color: #733B70; }
a { background-color: rgb(115,59,112); }
div.DivClassName
{
background-color: #733B70;
}
.BgClassName
{
background-color: #733B70;
}
</style>
border-color css
<style>
span { border-color: #733B70; }
span { border-color: rgb(115,59,112); }
td.TdClassName
{
border-color: #733B70;
}
.TagClassName
{
border-color: #733B70;
}
</style>