#78055D

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

Shades of Eggplant #78055D

Tints of Eggplant #78055D

Color information

#78055D (or 0x78055D) is unknown color: approx Eggplant. HEX triplet: 78, 05 and 5D. RGB value is (120,5,93). Sum of RGB (Red+Green+Blue) = 120+5+93=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78055D is #87FAA2. Grayscale: #313131. Windows color (decimal): -8911523 or 6096248. OLE color: 6096248.

HSL color Cylindrical-coordinate representation of color #78055D: hue angle of 314.09º 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 #78055D is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB120593-
CMYK00.960.220.53
HSL314.09º92%24.51%-
HSV(B)314.09º95.83%47.06%-
XYZ9.784.8910.78-
YUV49.42152.6178.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 5 (2.34% from 255) = 2.29%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=55.05%
G=2.29%
B=42.66%

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
Decimal12059300.960.220.53314.099224.51
Hex7855D060163513a5c19
Octal17051350140266547213431
Binary111100010110111010110000010110110101100111010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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