Shades of Eminence #74437D
Tints of Eminence #74437D
RGB
CMYK
RGB Variations
Color information
#74437D (or 0x74437D) is known color: Eminence. HEX triplet: 74, 43 and 7D. RGB value is (116,67,125). Sum of RGB (Red+Green+Blue) = 116+67+125=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #74437D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74437D is #8BBC82. Grayscale: #585858. Windows color (decimal): -9157763 or 8209268. OLE color: 8209268.
HSL color Cylindrical-coordinate representation of color #74437D: hue angle of 290.69º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74437D is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 67 | 125 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.51 |
| HSL | 290.69º | 0.3% | 0.38% | - |
| HSV(B) | 290.69º | 0.46% | 0.49% | - |
| XYZ | 12.91 | 9.21 | 20.5 | - |
| YUV | 88.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 67 | 125 | 0.07 | 0.46 | 0 | 0.51 | 290.69 | 0.3 | 0.38 |
| Hex | 74 | 43 | 7D | 7 | 2E | 0 | 33 | 123 | 1E | 26 |
| Octal | 164 | 103 | 175 | 7 | 56 | 0 | 63 | 443 | 36 | 46 |
| Binary | 1110100 | 1000011 | 1111101 | 111 | 101110 | 0 | 110011 | 100100011 | 11110 | 100110 |
Color Harmonies of #74437D
Complementary color
Monochromatic Colors of #74437D
Black with #74437D
Text Example
Text Example
White with #74437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74437D; }
p { color: rgb(116,67,125); }
H1.HeaderClassName
{
color: #74437D;
}
.AnyTagClassName
{
color: #74437D;
}
</style>
background-color css
<style>
a { background-color: #74437D; }
a { background-color: rgb(116,67,125); }
div.DivClassName
{
background-color: #74437D;
}
.BgClassName
{
background-color: #74437D;
}
</style>
border-color css
<style>
span { border-color: #74437D; }
span { border-color: rgb(116,67,125); }
td.TdClassName
{
border-color: #74437D;
}
.TagClassName
{
border-color: #74437D;
}
</style>