Shades of Eminence #733F74
Tints of Eminence #733F74
RGB
CMYK
RGB Variations
Color information
#733F74 (or 0x733F74) is known color: Eminence. HEX triplet: 73, 3F and 74. RGB value is (115,63,116). Sum of RGB (Red+Green+Blue) = 115+63+116=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #733F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733F74 is #8CC08B. Grayscale: #545454. Windows color (decimal): -9224332 or 7618419. OLE color: 7618419.
HSL color Cylindrical-coordinate representation of color #733F74: hue angle of 298.87º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #733F74 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 116 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.55 |
| HSL | 298.87º | 0.3% | 0.35% | - |
| HSV(B) | 298.87º | 0.46% | 0.45% | - |
| XYZ | 12 | 8.46 | 17.52 | - |
| YUV | 84.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 116 | 0.01 | 0.46 | 0 | 0.55 | 298.87 | 0.3 | 0.35 |
| Hex | 73 | 3F | 74 | 1 | 2E | 0 | 37 | 12B | 1E | 23 |
| Octal | 163 | 77 | 164 | 1 | 56 | 0 | 67 | 453 | 36 | 43 |
| Binary | 1110011 | 111111 | 1110100 | 1 | 101110 | 0 | 110111 | 100101011 | 11110 | 100011 |
Color Harmonies of #733F74
Complementary color
Monochromatic Colors of #733F74
Black with #733F74
Text Example
Text Example
White with #733F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F74; }
p { color: rgb(115,63,116); }
H1.HeaderClassName
{
color: #733F74;
}
.AnyTagClassName
{
color: #733F74;
}
</style>
background-color css
<style>
a { background-color: #733F74; }
a { background-color: rgb(115,63,116); }
div.DivClassName
{
background-color: #733F74;
}
.BgClassName
{
background-color: #733F74;
}
</style>
border-color css
<style>
span { border-color: #733F74; }
span { border-color: rgb(115,63,116); }
td.TdClassName
{
border-color: #733F74;
}
.TagClassName
{
border-color: #733F74;
}
</style>