#78297C

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

Shades of Eminence #78297C

Tints of Eminence #78297C

Color information

#78297C (or 0x78297C) is unknown color: approx Eminence. HEX triplet: 78, 29 and 7C. RGB value is (120,41,124). Sum of RGB (Red+Green+Blue) = 120+41+124=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #78297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78297C is #87D683. Grayscale: #494949. Windows color (decimal): -8902276 or 8137080. OLE color: 8137080.

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

Color convert

RGB12041124-
CMYK0.030.6700.51
HSL297.11º50.3%32.35%-
HSV(B)297.11º66.94%48.63%-
XYZ12.187.0319.78-
YUV74.08156.17160.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=42.11%
G=14.39%
B=43.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120411240.030.6700.51297.1150.332.35
Hex78297C3430331293220
Octal1705117431030634516240
Binary111100010100111111001110000110110011100101001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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