#78005D

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

Shades of Eggplant #78005D

Tints of Eggplant #78005D

Color information

#78005D (or 0x78005D) is unknown color: approx Eggplant. HEX triplet: 78, 00 and 5D. RGB value is (120,0,93). Sum of RGB (Red+Green+Blue) = 120+0+93=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78005D is #87FFA2. Grayscale: #2E2E2E. Windows color (decimal): -8912803 or 6094968. OLE color: 6094968.

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

Color convert

RGB120093-
CMYK010.220.53
HSL313.5º100%23.53%-
HSV(B)313.5º100%47.06%-
XYZ9.724.7810.77-
YUV46.48154.26180.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=56.34%
G=0%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120093010.220.53313.510023.53
Hex7805D064163513a6418
Octal17001350144266547214430
Binary1111000010111010110010010110110101100111010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78005D; }

 p { color: rgb(120,0,93); }

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

<style>
 a { background-color: #78005D; }

 a { background-color: rgb(120,0,93); }

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

<style>
 span { border-color: #78005D; }

 span { border-color: rgb(120,0,93); }

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