Shades of Eminence #732D7C
Tints of Eminence #732D7C
RGB
CMYK
RGB Variations
Color information
#732D7C (or 0x732D7C) is known color: Eminence. HEX triplet: 73, 2D and 7C. RGB value is (115,45,124). Sum of RGB (Red+Green+Blue) = 115+45+124=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #732D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D7C is #8CD283. Grayscale: #4A4A4A. Windows color (decimal): -9228932 or 8138099. OLE color: 8138099.
HSL color Cylindrical-coordinate representation of color #732D7C: hue angle of 293.16º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #732D7C is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 45 | 124 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.51 |
| HSL | 293.16º | 0.47% | 0.33% | - |
| HSV(B) | 293.16º | 0.64% | 0.49% | - |
| XYZ | 11.65 | 6.98 | 19.8 | - |
| YUV | 74.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 124 | 0.07 | 0.64 | 0 | 0.51 | 293.16 | 0.47 | 0.33 |
| Hex | 73 | 2D | 7C | 7 | 40 | 0 | 33 | 125 | 2F | 21 |
| Octal | 163 | 55 | 174 | 7 | 100 | 0 | 63 | 445 | 57 | 41 |
| Binary | 1110011 | 101101 | 1111100 | 111 | 1000000 | 0 | 110011 | 100100101 | 101111 | 100001 |
Color Harmonies of #732D7C
Complementary color
Monochromatic Colors of #732D7C
Black with #732D7C
Text Example
Text Example
White with #732D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D7C; }
p { color: rgb(115,45,124); }
H1.HeaderClassName
{
color: #732D7C;
}
.AnyTagClassName
{
color: #732D7C;
}
</style>
background-color css
<style>
a { background-color: #732D7C; }
a { background-color: rgb(115,45,124); }
div.DivClassName
{
background-color: #732D7C;
}
.BgClassName
{
background-color: #732D7C;
}
</style>
border-color css
<style>
span { border-color: #732D7C; }
span { border-color: rgb(115,45,124); }
td.TdClassName
{
border-color: #732D7C;
}
.TagClassName
{
border-color: #732D7C;
}
</style>