Shades of Eminence #78297B
Tints of Eminence #78297B
RGB
CMYK
RGB Variations
Color information
#78297B (or 0x78297B) is known color: Eminence. HEX triplet: 78, 29 and 7B. RGB value is (120,41,123). Sum of RGB (Red+Green+Blue) = 120+41+123=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #78297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78297B is #87D684. Grayscale: #494949. Windows color (decimal): -8902277 or 8071544. OLE color: 8071544.
HSL color Cylindrical-coordinate representation of color #78297B: hue angle of 297.8º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78297B is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 41 | 123 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.52 |
| HSL | 297.8º | 0.5% | 0.32% | - |
| HSV(B) | 297.8º | 0.67% | 0.48% | - |
| XYZ | 12.11 | 7.01 | 19.45 | - |
| YUV | 73.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 41 | 123 | 0.02 | 0.67 | 0 | 0.52 | 297.8 | 0.5 | 0.32 |
| Hex | 78 | 29 | 7B | 2 | 43 | 0 | 34 | 12A | 32 | 20 |
| Octal | 170 | 51 | 173 | 2 | 103 | 0 | 64 | 452 | 62 | 40 |
| Binary | 1111000 | 101001 | 1111011 | 10 | 1000011 | 0 | 110100 | 100101010 | 110010 | 100000 |
Color Harmonies of #78297B
Complementary color
Monochromatic Colors of #78297B
Black with #78297B
Text Example
Text Example
White with #78297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78297B; }
p { color: rgb(120,41,123); }
H1.HeaderClassName
{
color: #78297B;
}
.AnyTagClassName
{
color: #78297B;
}
</style>
background-color css
<style>
a { background-color: #78297B; }
a { background-color: rgb(120,41,123); }
div.DivClassName
{
background-color: #78297B;
}
.BgClassName
{
background-color: #78297B;
}
</style>
border-color css
<style>
span { border-color: #78297B; }
span { border-color: rgb(120,41,123); }
td.TdClassName
{
border-color: #78297B;
}
.TagClassName
{
border-color: #78297B;
}
</style>