Shades of Eminence #734574
Tints of Eminence #734574
RGB
CMYK
RGB Variations
Color information
#734574 (or 0x734574) is known color: Eminence. HEX triplet: 73, 45 and 74. RGB value is (115,69,116). Sum of RGB (Red+Green+Blue) = 115+69+116=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #734574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734574 is #8CBA8B. Grayscale: #575757. Windows color (decimal): -9222796 or 7619955. OLE color: 7619955.
HSL color Cylindrical-coordinate representation of color #734574: hue angle of 298.72º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #734574 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 69 | 116 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.55 |
| HSL | 298.72º | 0.25% | 0.36% | - |
| HSV(B) | 298.72º | 0.41% | 0.45% | - |
| XYZ | 12.35 | 9.16 | 17.64 | - |
| YUV | 88.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 116 | 0.01 | 0.41 | 0 | 0.55 | 298.72 | 0.25 | 0.36 |
| Hex | 73 | 45 | 74 | 1 | 29 | 0 | 37 | 12B | 19 | 24 |
| Octal | 163 | 105 | 164 | 1 | 51 | 0 | 67 | 453 | 31 | 44 |
| Binary | 1110011 | 1000101 | 1110100 | 1 | 101001 | 0 | 110111 | 100101011 | 11001 | 100100 |
Color Harmonies of #734574
Complementary color
Monochromatic Colors of #734574
Black with #734574
Text Example
Text Example
White with #734574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734574; }
p { color: rgb(115,69,116); }
H1.HeaderClassName
{
color: #734574;
}
.AnyTagClassName
{
color: #734574;
}
</style>
background-color css
<style>
a { background-color: #734574; }
a { background-color: rgb(115,69,116); }
div.DivClassName
{
background-color: #734574;
}
.BgClassName
{
background-color: #734574;
}
</style>
border-color css
<style>
span { border-color: #734574; }
span { border-color: rgb(115,69,116); }
td.TdClassName
{
border-color: #734574;
}
.TagClassName
{
border-color: #734574;
}
</style>