Shades of Eminence #74367B
Tints of Eminence #74367B
RGB
CMYK
RGB Variations
Color information
#74367B (or 0x74367B) is known color: Eminence. HEX triplet: 74, 36 and 7B. RGB value is (116,54,123). Sum of RGB (Red+Green+Blue) = 116+54+123=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #74367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74367B is #8BC984. Grayscale: #505050. Windows color (decimal): -9161093 or 8074868. OLE color: 8074868.
HSL color Cylindrical-coordinate representation of color #74367B: hue angle of 293.91º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74367B is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 54 | 123 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.52 |
| HSL | 293.91º | 0.39% | 0.35% | - |
| HSV(B) | 293.91º | 0.56% | 0.48% | - |
| XYZ | 12.1 | 7.78 | 19.6 | - |
| YUV | 80.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 123 | 0.06 | 0.56 | 0 | 0.52 | 293.91 | 0.39 | 0.35 |
| Hex | 74 | 36 | 7B | 6 | 38 | 0 | 34 | 126 | 27 | 23 |
| Octal | 164 | 66 | 173 | 6 | 70 | 0 | 64 | 446 | 47 | 43 |
| Binary | 1110100 | 110110 | 1111011 | 110 | 111000 | 0 | 110100 | 100100110 | 100111 | 100011 |
Color Harmonies of #74367B
Complementary color
Monochromatic Colors of #74367B
Black with #74367B
Text Example
Text Example
White with #74367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74367B; }
p { color: rgb(116,54,123); }
H1.HeaderClassName
{
color: #74367B;
}
.AnyTagClassName
{
color: #74367B;
}
</style>
background-color css
<style>
a { background-color: #74367B; }
a { background-color: rgb(116,54,123); }
div.DivClassName
{
background-color: #74367B;
}
.BgClassName
{
background-color: #74367B;
}
</style>
border-color css
<style>
span { border-color: #74367B; }
span { border-color: rgb(116,54,123); }
td.TdClassName
{
border-color: #74367B;
}
.TagClassName
{
border-color: #74367B;
}
</style>