Shades of Eminence #734875
Tints of Eminence #734875
RGB
CMYK
RGB Variations
Color information
#734875 (or 0x734875) is known color: Eminence. HEX triplet: 73, 48 and 75. RGB value is (115,72,117). Sum of RGB (Red+Green+Blue) = 115+72+117=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #734875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734875 is #8CB78A. Grayscale: #595959. Windows color (decimal): -9222027 or 7686259. OLE color: 7686259.
HSL color Cylindrical-coordinate representation of color #734875: hue angle of 297.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #734875 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 72 | 117 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.54 |
| HSL | 297.33º | 0.24% | 0.37% | - |
| HSV(B) | 297.33º | 0.38% | 0.46% | - |
| XYZ | 12.6 | 9.56 | 18.01 | - |
| YUV | 89.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 117 | 0.02 | 0.38 | 0 | 0.54 | 297.33 | 0.24 | 0.37 |
| Hex | 73 | 48 | 75 | 2 | 26 | 0 | 36 | 129 | 18 | 25 |
| Octal | 163 | 110 | 165 | 2 | 46 | 0 | 66 | 451 | 30 | 45 |
| Binary | 1110011 | 1001000 | 1110101 | 10 | 100110 | 0 | 110110 | 100101001 | 11000 | 100101 |
Color Harmonies of #734875
Complementary color
Monochromatic Colors of #734875
Black with #734875
Text Example
Text Example
White with #734875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734875; }
p { color: rgb(115,72,117); }
H1.HeaderClassName
{
color: #734875;
}
.AnyTagClassName
{
color: #734875;
}
</style>
background-color css
<style>
a { background-color: #734875; }
a { background-color: rgb(115,72,117); }
div.DivClassName
{
background-color: #734875;
}
.BgClassName
{
background-color: #734875;
}
</style>
border-color css
<style>
span { border-color: #734875; }
span { border-color: rgb(115,72,117); }
td.TdClassName
{
border-color: #734875;
}
.TagClassName
{
border-color: #734875;
}
</style>