Shades of Eminence #732382
Tints of Eminence #732382
RGB
CMYK
RGB Variations
Color information
#732382 (or 0x732382) is known color: Eminence. HEX triplet: 73, 23 and 82. RGB value is (115,35,130). Sum of RGB (Red+Green+Blue) = 115+35+130=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #732382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732382 is #8CDC7D. Grayscale: #454545. Windows color (decimal): -9231486 or 8528755. OLE color: 8528755.
HSL color Cylindrical-coordinate representation of color #732382: hue angle of 290.53º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #732382 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 35 | 130 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.49 |
| HSL | 290.53º | 0.58% | 0.32% | - |
| HSV(B) | 290.53º | 0.73% | 0.51% | - |
| XYZ | 11.7 | 6.46 | 21.75 | - |
| YUV | 69.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 130 | 0.12 | 0.73 | 0 | 0.49 | 290.53 | 0.58 | 0.32 |
| Hex | 73 | 23 | 82 | C | 49 | 0 | 31 | 123 | 3A | 20 |
| Octal | 163 | 43 | 202 | 14 | 111 | 0 | 61 | 443 | 72 | 40 |
| Binary | 1110011 | 100011 | 10000010 | 1100 | 1001001 | 0 | 110001 | 100100011 | 111010 | 100000 |
Color Harmonies of #732382
Complementary color
Monochromatic Colors of #732382
Black with #732382
Text Example
Text Example
White with #732382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732382; }
p { color: rgb(115,35,130); }
H1.HeaderClassName
{
color: #732382;
}
.AnyTagClassName
{
color: #732382;
}
</style>
background-color css
<style>
a { background-color: #732382; }
a { background-color: rgb(115,35,130); }
div.DivClassName
{
background-color: #732382;
}
.BgClassName
{
background-color: #732382;
}
</style>
border-color css
<style>
span { border-color: #732382; }
span { border-color: rgb(115,35,130); }
td.TdClassName
{
border-color: #732382;
}
.TagClassName
{
border-color: #732382;
}
</style>