#78045E

Color #78045E Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #78045E

Tints of Eggplant #78045E

Color information

#78045E (or 0x78045E) is unknown color: approx Eggplant. HEX triplet: 78, 04 and 5E. RGB value is (120,4,94). Sum of RGB (Red+Green+Blue) = 120+4+94=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78045E is #87FBA1. Grayscale: #303030. Windows color (decimal): -8911778 or 6161528. OLE color: 6161528.

HSL color Cylindrical-coordinate representation of color #78045E: hue angle of 313.45º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78045E is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB120494-
CMYK00.970.220.53
HSL313.45º93.55%24.31%-
HSV(B)313.45º96.67%47.06%-
XYZ9.814.8911.02-
YUV48.94153.43178.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=55.05%
G=1.83%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12049400.970.220.53313.4593.5524.31
Hex7845E06116351395e18
Octal17041360141266547113630
Binary111100010010111100110000110110110101100111001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78045E; }

 p { color: rgb(120,4,94); }

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

<style>
 a { background-color: #78045E; }

 a { background-color: rgb(120,4,94); }

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

<style>
 span { border-color: #78045E; }

 span { border-color: rgb(120,4,94); }

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