#78287C

Color #78287C Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #78287C

Tints of Eminence #78287C

Color information

#78287C (or 0x78287C) is unknown color: approx Eminence. HEX triplet: 78, 28 and 7C. RGB value is (120,40,124). Sum of RGB (Red+Green+Blue) = 120+40+124=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #78287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78287C is #87D783. Grayscale: #494949. Windows color (decimal): -8902532 or 8136824. OLE color: 8136824.

HSL color Cylindrical-coordinate representation of color #78287C: hue angle of 297.14º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78287C is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12040124-
CMYK0.030.6800.51
HSL297.14º51.22%32.16%-
HSV(B)297.14º67.74%48.63%-
XYZ12.146.9719.77-
YUV73.5156.5161.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 42.25%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=42.25%
G=14.08%
B=43.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120401240.030.6800.51297.1451.2232.16
Hex78287C3440331293320
Octal1705017431040634516340
Binary111100010100011111001110001000110011100101001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78287C; }

 p { color: rgb(120,40,124); }

 H1.HeaderClassName
 {
   color: #78287C;
 }
 .AnyTagClassName
 {
   color: #78287C;
 }
</style>
background-color css

<style>
 a { background-color: #78287C; }

 a { background-color: rgb(120,40,124); }

 div.DivClassName
 {
   background-color: #78287C;
 }
 .BgClassName
 {
   background-color: #78287C;
 }
</style>
border-color css

<style>
 span { border-color: #78287C; }

 span { border-color: rgb(120,40,124); }

 td.TdClassName
 {
   border-color: #78287C;
 }
 .TagClassName
 {
   border-color: #78287C;
 }
</style>