Shades of Eminence #78287B
Tints of Eminence #78287B
RGB
CMYK
RGB Variations
Color information
#78287B (or 0x78287B) is known color: Eminence. HEX triplet: 78, 28 and 7B. RGB value is (120,40,123). Sum of RGB (Red+Green+Blue) = 120+40+123=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #78287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78287B is #87D784. Grayscale: #494949. Windows color (decimal): -8902533 or 8071288. OLE color: 8071288.
HSL color Cylindrical-coordinate representation of color #78287B: hue angle of 297.83º degrees, saturation: 0.51, 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 #78287B is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 40 | 123 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.52 |
| HSL | 297.83º | 0.51% | 0.32% | - |
| HSV(B) | 297.83º | 0.67% | 0.48% | - |
| XYZ | 12.08 | 6.94 | 19.44 | - |
| YUV | 73.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 123 | 0.02 | 0.67 | 0 | 0.52 | 297.83 | 0.51 | 0.32 |
| Hex | 78 | 28 | 7B | 2 | 43 | 0 | 34 | 12A | 33 | 20 |
| Octal | 170 | 50 | 173 | 2 | 103 | 0 | 64 | 452 | 63 | 40 |
| Binary | 1111000 | 101000 | 1111011 | 10 | 1000011 | 0 | 110100 | 100101010 | 110011 | 100000 |
Color Harmonies of #78287B
Complementary color
Monochromatic Colors of #78287B
Black with #78287B
Text Example
Text Example
White with #78287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78287B; }
p { color: rgb(120,40,123); }
H1.HeaderClassName
{
color: #78287B;
}
.AnyTagClassName
{
color: #78287B;
}
</style>
background-color css
<style>
a { background-color: #78287B; }
a { background-color: rgb(120,40,123); }
div.DivClassName
{
background-color: #78287B;
}
.BgClassName
{
background-color: #78287B;
}
</style>
border-color css
<style>
span { border-color: #78287B; }
span { border-color: rgb(120,40,123); }
td.TdClassName
{
border-color: #78287B;
}
.TagClassName
{
border-color: #78287B;
}
</style>