Shades of Eminence #733F76
Tints of Eminence #733F76
RGB
CMYK
RGB Variations
Color information
#733F76 (or 0x733F76) is known color: Eminence. HEX triplet: 73, 3F and 76. RGB value is (115,63,118). Sum of RGB (Red+Green+Blue) = 115+63+118=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #733F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733F76 is #8CC089. Grayscale: #545454. Windows color (decimal): -9224330 or 7749491. OLE color: 7749491.
HSL color Cylindrical-coordinate representation of color #733F76: hue angle of 296.73º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #733F76 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 63 | 118 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.54 |
| HSL | 296.73º | 0.3% | 0.35% | - |
| HSV(B) | 296.73º | 0.47% | 0.46% | - |
| XYZ | 12.12 | 8.51 | 18.14 | - |
| YUV | 84.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 118 | 0.03 | 0.47 | 0 | 0.54 | 296.73 | 0.3 | 0.35 |
| Hex | 73 | 3F | 76 | 3 | 2F | 0 | 36 | 129 | 1E | 23 |
| Octal | 163 | 77 | 166 | 3 | 57 | 0 | 66 | 451 | 36 | 43 |
| Binary | 1110011 | 111111 | 1110110 | 11 | 101111 | 0 | 110110 | 100101001 | 11110 | 100011 |
Color Harmonies of #733F76
Complementary color
Monochromatic Colors of #733F76
Black with #733F76
Text Example
Text Example
White with #733F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F76; }
p { color: rgb(115,63,118); }
H1.HeaderClassName
{
color: #733F76;
}
.AnyTagClassName
{
color: #733F76;
}
</style>
background-color css
<style>
a { background-color: #733F76; }
a { background-color: rgb(115,63,118); }
div.DivClassName
{
background-color: #733F76;
}
.BgClassName
{
background-color: #733F76;
}
</style>
border-color css
<style>
span { border-color: #733F76; }
span { border-color: rgb(115,63,118); }
td.TdClassName
{
border-color: #733F76;
}
.TagClassName
{
border-color: #733F76;
}
</style>