Shades of Eminence #78287F
Tints of Eminence #78287F
RGB
CMYK
RGB Variations
Color information
#78287F (or 0x78287F) is known color: Eminence. HEX triplet: 78, 28 and 7F. RGB value is (120,40,127). Sum of RGB (Red+Green+Blue) = 120+40+127=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #78287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78287F is #87D780. Grayscale: #494949. Windows color (decimal): -8902529 or 8333432. OLE color: 8333432.
HSL color Cylindrical-coordinate representation of color #78287F: hue angle of 295.17º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78287F is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 40 | 127 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.50 |
| HSL | 295.17º | 0.52% | 0.33% | - |
| HSV(B) | 295.17º | 0.69% | 0.5% | - |
| XYZ | 12.34 | 7.04 | 20.79 | - |
| YUV | 73.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 127 | 0.06 | 0.69 | 0 | 0.50 | 295.17 | 0.52 | 0.33 |
| Hex | 78 | 28 | 7F | 6 | 45 | 0 | 32 | 127 | 34 | 21 |
| Octal | 170 | 50 | 177 | 6 | 105 | 0 | 62 | 447 | 64 | 41 |
| Binary | 1111000 | 101000 | 1111111 | 110 | 1000101 | 0 | 110010 | 100100111 | 110100 | 100001 |
Color Harmonies of #78287F
Complementary color
Monochromatic Colors of #78287F
Black with #78287F
Text Example
Text Example
White with #78287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78287F; }
p { color: rgb(120,40,127); }
H1.HeaderClassName
{
color: #78287F;
}
.AnyTagClassName
{
color: #78287F;
}
</style>
background-color css
<style>
a { background-color: #78287F; }
a { background-color: rgb(120,40,127); }
div.DivClassName
{
background-color: #78287F;
}
.BgClassName
{
background-color: #78287F;
}
</style>
border-color css
<style>
span { border-color: #78287F; }
span { border-color: rgb(120,40,127); }
td.TdClassName
{
border-color: #78287F;
}
.TagClassName
{
border-color: #78287F;
}
</style>