Shades of Eminence #74357C
Tints of Eminence #74357C
RGB
CMYK
RGB Variations
Color information
#74357C (or 0x74357C) is known color: Eminence. HEX triplet: 74, 35 and 7C. RGB value is (116,53,124). Sum of RGB (Red+Green+Blue) = 116+53+124=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #74357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74357C is #8BCA83. Grayscale: #4F4F4F. Windows color (decimal): -9161348 or 8140148. OLE color: 8140148.
HSL color Cylindrical-coordinate representation of color #74357C: hue angle of 293.24º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74357C is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 53 | 124 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.51 |
| HSL | 293.24º | 0.4% | 0.35% | - |
| HSV(B) | 293.24º | 0.57% | 0.49% | - |
| XYZ | 12.11 | 7.71 | 19.92 | - |
| YUV | 79.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 124 | 0.06 | 0.57 | 0 | 0.51 | 293.24 | 0.4 | 0.35 |
| Hex | 74 | 35 | 7C | 6 | 39 | 0 | 33 | 125 | 28 | 23 |
| Octal | 164 | 65 | 174 | 6 | 71 | 0 | 63 | 445 | 50 | 43 |
| Binary | 1110100 | 110101 | 1111100 | 110 | 111001 | 0 | 110011 | 100100101 | 101000 | 100011 |
Color Harmonies of #74357C
Complementary color
Monochromatic Colors of #74357C
Black with #74357C
Text Example
Text Example
White with #74357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74357C; }
p { color: rgb(116,53,124); }
H1.HeaderClassName
{
color: #74357C;
}
.AnyTagClassName
{
color: #74357C;
}
</style>
background-color css
<style>
a { background-color: #74357C; }
a { background-color: rgb(116,53,124); }
div.DivClassName
{
background-color: #74357C;
}
.BgClassName
{
background-color: #74357C;
}
</style>
border-color css
<style>
span { border-color: #74357C; }
span { border-color: rgb(116,53,124); }
td.TdClassName
{
border-color: #74357C;
}
.TagClassName
{
border-color: #74357C;
}
</style>