Shades of Eminence #733175
Tints of Eminence #733175
RGB
CMYK
RGB Variations
Color information
#733175 (or 0x733175) is known color: Eminence. HEX triplet: 73, 31 and 75. RGB value is (115,49,117). Sum of RGB (Red+Green+Blue) = 115+49+117=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #733175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733175 is #8CCE8A. Grayscale: #4C4C4C. Windows color (decimal): -9227915 or 7680371. OLE color: 7680371.
HSL color Cylindrical-coordinate representation of color #733175: hue angle of 298.24º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #733175 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 49 | 117 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.54 |
| HSL | 298.24º | 0.41% | 0.33% | - |
| HSV(B) | 298.24º | 0.58% | 0.46% | - |
| XYZ | 11.38 | 7.13 | 17.61 | - |
| YUV | 76.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 117 | 0.02 | 0.58 | 0 | 0.54 | 298.24 | 0.41 | 0.33 |
| Hex | 73 | 31 | 75 | 2 | 3A | 0 | 36 | 12A | 29 | 21 |
| Octal | 163 | 61 | 165 | 2 | 72 | 0 | 66 | 452 | 51 | 41 |
| Binary | 1110011 | 110001 | 1110101 | 10 | 111010 | 0 | 110110 | 100101010 | 101001 | 100001 |
Color Harmonies of #733175
Complementary color
Monochromatic Colors of #733175
Black with #733175
Text Example
Text Example
White with #733175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733175; }
p { color: rgb(115,49,117); }
H1.HeaderClassName
{
color: #733175;
}
.AnyTagClassName
{
color: #733175;
}
</style>
background-color css
<style>
a { background-color: #733175; }
a { background-color: rgb(115,49,117); }
div.DivClassName
{
background-color: #733175;
}
.BgClassName
{
background-color: #733175;
}
</style>
border-color css
<style>
span { border-color: #733175; }
span { border-color: rgb(115,49,117); }
td.TdClassName
{
border-color: #733175;
}
.TagClassName
{
border-color: #733175;
}
</style>