Shades of Eminence #74377B
Tints of Eminence #74377B
RGB
CMYK
RGB Variations
Color information
#74377B (or 0x74377B) is known color: Eminence. HEX triplet: 74, 37 and 7B. RGB value is (116,55,123). Sum of RGB (Red+Green+Blue) = 116+55+123=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #74377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74377B is #8BC884. Grayscale: #505050. Windows color (decimal): -9160837 or 8075124. OLE color: 8075124.
HSL color Cylindrical-coordinate representation of color #74377B: hue angle of 293.82º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74377B is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 55 | 123 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.52 |
| HSL | 293.82º | 0.38% | 0.35% | - |
| HSV(B) | 293.82º | 0.55% | 0.48% | - |
| XYZ | 12.14 | 7.88 | 19.62 | - |
| YUV | 80.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 123 | 0.06 | 0.55 | 0 | 0.52 | 293.82 | 0.38 | 0.35 |
| Hex | 74 | 37 | 7B | 6 | 37 | 0 | 34 | 126 | 26 | 23 |
| Octal | 164 | 67 | 173 | 6 | 67 | 0 | 64 | 446 | 46 | 43 |
| Binary | 1110100 | 110111 | 1111011 | 110 | 110111 | 0 | 110100 | 100100110 | 100110 | 100011 |
Color Harmonies of #74377B
Complementary color
Monochromatic Colors of #74377B
Black with #74377B
Text Example
Text Example
White with #74377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74377B; }
p { color: rgb(116,55,123); }
H1.HeaderClassName
{
color: #74377B;
}
.AnyTagClassName
{
color: #74377B;
}
</style>
background-color css
<style>
a { background-color: #74377B; }
a { background-color: rgb(116,55,123); }
div.DivClassName
{
background-color: #74377B;
}
.BgClassName
{
background-color: #74377B;
}
</style>
border-color css
<style>
span { border-color: #74377B; }
span { border-color: rgb(116,55,123); }
td.TdClassName
{
border-color: #74377B;
}
.TagClassName
{
border-color: #74377B;
}
</style>