Shades of Eminence #74457D
Tints of Eminence #74457D
RGB
CMYK
RGB Variations
Color information
#74457D (or 0x74457D) is known color: Eminence. HEX triplet: 74, 45 and 7D. RGB value is (116,69,125). Sum of RGB (Red+Green+Blue) = 116+69+125=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #74457D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74457D is #8BBA82. Grayscale: #595959. Windows color (decimal): -9157251 or 8209780. OLE color: 8209780.
HSL color Cylindrical-coordinate representation of color #74457D: hue angle of 290.36º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74457D is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 69 | 125 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.51 |
| HSL | 290.36º | 0.29% | 0.38% | - |
| HSV(B) | 290.36º | 0.45% | 0.49% | - |
| XYZ | 13.03 | 9.45 | 20.54 | - |
| YUV | 89.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 125 | 0.07 | 0.45 | 0 | 0.51 | 290.36 | 0.29 | 0.38 |
| Hex | 74 | 45 | 7D | 7 | 2D | 0 | 33 | 122 | 1D | 26 |
| Octal | 164 | 105 | 175 | 7 | 55 | 0 | 63 | 442 | 35 | 46 |
| Binary | 1110100 | 1000101 | 1111101 | 111 | 101101 | 0 | 110011 | 100100010 | 11101 | 100110 |
Color Harmonies of #74457D
Complementary color
Monochromatic Colors of #74457D
Black with #74457D
Text Example
Text Example
White with #74457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74457D; }
p { color: rgb(116,69,125); }
H1.HeaderClassName
{
color: #74457D;
}
.AnyTagClassName
{
color: #74457D;
}
</style>
background-color css
<style>
a { background-color: #74457D; }
a { background-color: rgb(116,69,125); }
div.DivClassName
{
background-color: #74457D;
}
.BgClassName
{
background-color: #74457D;
}
</style>
border-color css
<style>
span { border-color: #74457D; }
span { border-color: rgb(116,69,125); }
td.TdClassName
{
border-color: #74457D;
}
.TagClassName
{
border-color: #74457D;
}
</style>