Shades of Eminence #733C6D
Tints of Eminence #733C6D
RGB
CMYK
RGB Variations
Color information
#733C6D (or 0x733C6D) is known color: Eminence. HEX triplet: 73, 3C and 6D. RGB value is (115,60,109). Sum of RGB (Red+Green+Blue) = 115+60+109=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #733C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733C6D is #8CC392. Grayscale: #515151. Windows color (decimal): -9225107 or 7158899. OLE color: 7158899.
HSL color Cylindrical-coordinate representation of color #733C6D: hue angle of 306.55º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #733C6D is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 109 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.55 |
| HSL | 306.55º | 0.31% | 0.34% | - |
| HSV(B) | 306.55º | 0.48% | 0.45% | - |
| XYZ | 11.45 | 7.98 | 15.41 | - |
| YUV | 82.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 109 | 0 | 0.48 | 0.05 | 0.55 | 306.55 | 0.31 | 0.34 |
| Hex | 73 | 3C | 6D | 0 | 30 | 5 | 37 | 133 | 1F | 22 |
| Octal | 163 | 74 | 155 | 0 | 60 | 5 | 67 | 463 | 37 | 42 |
| Binary | 1110011 | 111100 | 1101101 | 0 | 110000 | 101 | 110111 | 100110011 | 11111 | 100010 |
Color Harmonies of #733C6D
Complementary color
Monochromatic Colors of #733C6D
Black with #733C6D
Text Example
Text Example
White with #733C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C6D; }
p { color: rgb(115,60,109); }
H1.HeaderClassName
{
color: #733C6D;
}
.AnyTagClassName
{
color: #733C6D;
}
</style>
background-color css
<style>
a { background-color: #733C6D; }
a { background-color: rgb(115,60,109); }
div.DivClassName
{
background-color: #733C6D;
}
.BgClassName
{
background-color: #733C6D;
}
</style>
border-color css
<style>
span { border-color: #733C6D; }
span { border-color: rgb(115,60,109); }
td.TdClassName
{
border-color: #733C6D;
}
.TagClassName
{
border-color: #733C6D;
}
</style>