Shades of Eminence #733D6B
Tints of Eminence #733D6B
RGB
CMYK
RGB Variations
Color information
#733D6B (or 0x733D6B) is known color: Eminence. HEX triplet: 73, 3D and 6B. RGB value is (115,61,107). Sum of RGB (Red+Green+Blue) = 115+61+107=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #733D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733D6B is #8CC294. Grayscale: #525252. Windows color (decimal): -9224853 or 7028083. OLE color: 7028083.
HSL color Cylindrical-coordinate representation of color #733D6B: hue angle of 308.89º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #733D6B is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 61 | 107 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.55 |
| HSL | 308.89º | 0.31% | 0.35% | - |
| HSV(B) | 308.89º | 0.47% | 0.45% | - |
| XYZ | 11.39 | 8.04 | 14.86 | - |
| YUV | 82.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 107 | 0 | 0.47 | 0.07 | 0.55 | 308.89 | 0.31 | 0.35 |
| Hex | 73 | 3D | 6B | 0 | 2F | 7 | 37 | 135 | 1F | 23 |
| Octal | 163 | 75 | 153 | 0 | 57 | 7 | 67 | 465 | 37 | 43 |
| Binary | 1110011 | 111101 | 1101011 | 0 | 101111 | 111 | 110111 | 100110101 | 11111 | 100011 |
Color Harmonies of #733D6B
Complementary color
Monochromatic Colors of #733D6B
Black with #733D6B
Text Example
Text Example
White with #733D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D6B; }
p { color: rgb(115,61,107); }
H1.HeaderClassName
{
color: #733D6B;
}
.AnyTagClassName
{
color: #733D6B;
}
</style>
background-color css
<style>
a { background-color: #733D6B; }
a { background-color: rgb(115,61,107); }
div.DivClassName
{
background-color: #733D6B;
}
.BgClassName
{
background-color: #733D6B;
}
</style>
border-color css
<style>
span { border-color: #733D6B; }
span { border-color: rgb(115,61,107); }
td.TdClassName
{
border-color: #733D6B;
}
.TagClassName
{
border-color: #733D6B;
}
</style>