#78397C

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

Shades of Eminence #78397C

Tints of Eminence #78397C

Color information

#78397C (or 0x78397C) is unknown color: approx Eminence. HEX triplet: 78, 39 and 7C. RGB value is (120,57,124). Sum of RGB (Red+Green+Blue) = 120+57+124=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #78397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78397C is #87C683. Grayscale: #535353. Windows color (decimal): -8898180 or 8141176. OLE color: 8141176.

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

Color convert

RGB12057124-
CMYK0.030.5400.51
HSL296.42º37.02%35.49%-
HSV(B)296.42º54.03%48.63%-
XYZ12.858.3720.01-
YUV83.48150.87154.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=39.87%
G=18.94%
B=41.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120571240.030.5400.51296.4237.0235.49
Hex78397C3360331282523
Octal170711743660634504543
Binary11110001110011111100111101100110011100101000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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