Shades of Eminence #78437C
Tints of Eminence #78437C
RGB
CMYK
RGB Variations
Color information
#78437C (or 0x78437C) is known color: Eminence. HEX triplet: 78, 43 and 7C. RGB value is (120,67,124). Sum of RGB (Red+Green+Blue) = 120+67+124=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #78437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78437C is #87BC83. Grayscale: #595959. Windows color (decimal): -8895620 or 8143736. OLE color: 8143736.
HSL color Cylindrical-coordinate representation of color #78437C: hue angle of 295.79º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78437C is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 67 | 124 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.51 |
| HSL | 295.79º | 0.3% | 0.37% | - |
| HSV(B) | 295.79º | 0.46% | 0.49% | - |
| XYZ | 13.39 | 9.46 | 20.19 | - |
| YUV | 89.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 124 | 0.03 | 0.46 | 0 | 0.51 | 295.79 | 0.3 | 0.37 |
| Hex | 78 | 43 | 7C | 3 | 2E | 0 | 33 | 128 | 1E | 25 |
| Octal | 170 | 103 | 174 | 3 | 56 | 0 | 63 | 450 | 36 | 45 |
| Binary | 1111000 | 1000011 | 1111100 | 11 | 101110 | 0 | 110011 | 100101000 | 11110 | 100101 |
Color Harmonies of #78437C
Complementary color
Monochromatic Colors of #78437C
Black with #78437C
Text Example
Text Example
White with #78437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78437C; }
p { color: rgb(120,67,124); }
H1.HeaderClassName
{
color: #78437C;
}
.AnyTagClassName
{
color: #78437C;
}
</style>
background-color css
<style>
a { background-color: #78437C; }
a { background-color: rgb(120,67,124); }
div.DivClassName
{
background-color: #78437C;
}
.BgClassName
{
background-color: #78437C;
}
</style>
border-color css
<style>
span { border-color: #78437C; }
span { border-color: rgb(120,67,124); }
td.TdClassName
{
border-color: #78437C;
}
.TagClassName
{
border-color: #78437C;
}
</style>