Shades of Eminence #733F6F
Tints of Eminence #733F6F
RGB
CMYK
RGB Variations
Color information
#733F6F (or 0x733F6F) is known color: Eminence. HEX triplet: 73, 3F and 6F. RGB value is (115,63,111). Sum of RGB (Red+Green+Blue) = 115+63+111=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #733F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733F6F is #8CC090. Grayscale: #535353. Windows color (decimal): -9224337 or 7290739. OLE color: 7290739.
HSL color Cylindrical-coordinate representation of color #733F6F: hue angle of 304.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #733F6F is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 111 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.55 |
| HSL | 304.62º | 0.29% | 0.35% | - |
| HSV(B) | 304.62º | 0.45% | 0.45% | - |
| XYZ | 11.72 | 8.35 | 16.03 | - |
| YUV | 84.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 111 | 0 | 0.45 | 0.03 | 0.55 | 304.62 | 0.29 | 0.35 |
| Hex | 73 | 3F | 6F | 0 | 2D | 3 | 37 | 131 | 1D | 23 |
| Octal | 163 | 77 | 157 | 0 | 55 | 3 | 67 | 461 | 35 | 43 |
| Binary | 1110011 | 111111 | 1101111 | 0 | 101101 | 11 | 110111 | 100110001 | 11101 | 100011 |
Color Harmonies of #733F6F
Complementary color
Monochromatic Colors of #733F6F
Black with #733F6F
Text Example
Text Example
White with #733F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F6F; }
p { color: rgb(115,63,111); }
H1.HeaderClassName
{
color: #733F6F;
}
.AnyTagClassName
{
color: #733F6F;
}
</style>
background-color css
<style>
a { background-color: #733F6F; }
a { background-color: rgb(115,63,111); }
div.DivClassName
{
background-color: #733F6F;
}
.BgClassName
{
background-color: #733F6F;
}
</style>
border-color css
<style>
span { border-color: #733F6F; }
span { border-color: rgb(115,63,111); }
td.TdClassName
{
border-color: #733F6F;
}
.TagClassName
{
border-color: #733F6F;
}
</style>