Shades of Eminence #732B79
Tints of Eminence #732B79
RGB
CMYK
RGB Variations
Color information
#732B79 (or 0x732B79) is known color: Eminence. HEX triplet: 73, 2B and 79. RGB value is (115,43,121). Sum of RGB (Red+Green+Blue) = 115+43+121=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #732B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732B79 is #8CD486. Grayscale: #494949. Windows color (decimal): -9229447 or 7940979. OLE color: 7940979.
HSL color Cylindrical-coordinate representation of color #732B79: hue angle of 295.38º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #732B79 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 43 | 121 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.53 |
| HSL | 295.38º | 0.48% | 0.32% | - |
| HSV(B) | 295.38º | 0.64% | 0.47% | - |
| XYZ | 11.39 | 6.75 | 18.79 | - |
| YUV | 73.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 121 | 0.05 | 0.64 | 0 | 0.53 | 295.38 | 0.48 | 0.32 |
| Hex | 73 | 2B | 79 | 5 | 40 | 0 | 35 | 127 | 30 | 20 |
| Octal | 163 | 53 | 171 | 5 | 100 | 0 | 65 | 447 | 60 | 40 |
| Binary | 1110011 | 101011 | 1111001 | 101 | 1000000 | 0 | 110101 | 100100111 | 110000 | 100000 |
Color Harmonies of #732B79
Complementary color
Monochromatic Colors of #732B79
Black with #732B79
Text Example
Text Example
White with #732B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732B79; }
p { color: rgb(115,43,121); }
H1.HeaderClassName
{
color: #732B79;
}
.AnyTagClassName
{
color: #732B79;
}
</style>
background-color css
<style>
a { background-color: #732B79; }
a { background-color: rgb(115,43,121); }
div.DivClassName
{
background-color: #732B79;
}
.BgClassName
{
background-color: #732B79;
}
</style>
border-color css
<style>
span { border-color: #732B79; }
span { border-color: rgb(115,43,121); }
td.TdClassName
{
border-color: #732B79;
}
.TagClassName
{
border-color: #732B79;
}
</style>