Shades of Eminence #732A7D
Tints of Eminence #732A7D
RGB
CMYK
RGB Variations
Color information
#732A7D (or 0x732A7D) is known color: Eminence. HEX triplet: 73, 2A and 7D. RGB value is (115,42,125). Sum of RGB (Red+Green+Blue) = 115+42+125=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #732A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732A7D is #8CD582. Grayscale: #494949. Windows color (decimal): -9229699 or 8202867. OLE color: 8202867.
HSL color Cylindrical-coordinate representation of color #732A7D: hue angle of 292.77º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #732A7D is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 42 | 125 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.51 |
| HSL | 292.77º | 0.5% | 0.33% | - |
| HSV(B) | 292.77º | 0.66% | 0.49% | - |
| XYZ | 11.6 | 6.78 | 20.1 | - |
| YUV | 73.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 125 | 0.08 | 0.66 | 0 | 0.51 | 292.77 | 0.5 | 0.33 |
| Hex | 73 | 2A | 7D | 8 | 42 | 0 | 33 | 125 | 32 | 21 |
| Octal | 163 | 52 | 175 | 10 | 102 | 0 | 63 | 445 | 62 | 41 |
| Binary | 1110011 | 101010 | 1111101 | 1000 | 1000010 | 0 | 110011 | 100100101 | 110010 | 100001 |
Color Harmonies of #732A7D
Complementary color
Monochromatic Colors of #732A7D
Black with #732A7D
Text Example
Text Example
White with #732A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A7D; }
p { color: rgb(115,42,125); }
H1.HeaderClassName
{
color: #732A7D;
}
.AnyTagClassName
{
color: #732A7D;
}
</style>
background-color css
<style>
a { background-color: #732A7D; }
a { background-color: rgb(115,42,125); }
div.DivClassName
{
background-color: #732A7D;
}
.BgClassName
{
background-color: #732A7D;
}
</style>
border-color css
<style>
span { border-color: #732A7D; }
span { border-color: rgb(115,42,125); }
td.TdClassName
{
border-color: #732A7D;
}
.TagClassName
{
border-color: #732A7D;
}
</style>