#78055E

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

Shades of Eggplant #78055E

Tints of Eggplant #78055E

Color information

#78055E (or 0x78055E) is unknown color: approx Eggplant. HEX triplet: 78, 05 and 5E. RGB value is (120,5,94). Sum of RGB (Red+Green+Blue) = 120+5+94=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78055E is #87FAA1. Grayscale: #313131. Windows color (decimal): -8911522 or 6161784. OLE color: 6161784.

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

Color convert

RGB120594-
CMYK00.960.220.53
HSL313.57º92%24.51%-
HSV(B)313.57º95.83%47.06%-
XYZ9.824.9111.02-
YUV49.53153.1178.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.79%
GREEN value IS 5 (2.34% from 255) = 2.28%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=54.79%
G=2.28%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12059400.960.220.53313.579224.51
Hex7855E060163513a5c19
Octal17051360140266547213431
Binary111100010110111100110000010110110101100111010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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