Shades of Eminence #74427F
Tints of Eminence #74427F
RGB
CMYK
RGB Variations
Color information
#74427F (or 0x74427F) is known color: Eminence. HEX triplet: 74, 42 and 7F. RGB value is (116,66,127). Sum of RGB (Red+Green+Blue) = 116+66+127=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #74427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74427F is #8BBD80. Grayscale: #575757. Windows color (decimal): -9158017 or 8340084. OLE color: 8340084.
HSL color Cylindrical-coordinate representation of color #74427F: hue angle of 289.18º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74427F is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 66 | 127 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.50 |
| HSL | 289.18º | 0.32% | 0.38% | - |
| HSV(B) | 289.18º | 0.48% | 0.5% | - |
| XYZ | 12.98 | 9.14 | 21.16 | - |
| YUV | 87.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 127 | 0.09 | 0.48 | 0 | 0.50 | 289.18 | 0.32 | 0.38 |
| Hex | 74 | 42 | 7F | 9 | 30 | 0 | 32 | 121 | 20 | 26 |
| Octal | 164 | 102 | 177 | 11 | 60 | 0 | 62 | 441 | 40 | 46 |
| Binary | 1110100 | 1000010 | 1111111 | 1001 | 110000 | 0 | 110010 | 100100001 | 100000 | 100110 |
Color Harmonies of #74427F
Complementary color
Monochromatic Colors of #74427F
Black with #74427F
Text Example
Text Example
White with #74427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74427F; }
p { color: rgb(116,66,127); }
H1.HeaderClassName
{
color: #74427F;
}
.AnyTagClassName
{
color: #74427F;
}
</style>
background-color css
<style>
a { background-color: #74427F; }
a { background-color: rgb(116,66,127); }
div.DivClassName
{
background-color: #74427F;
}
.BgClassName
{
background-color: #74427F;
}
</style>
border-color css
<style>
span { border-color: #74427F; }
span { border-color: rgb(116,66,127); }
td.TdClassName
{
border-color: #74427F;
}
.TagClassName
{
border-color: #74427F;
}
</style>