#780059

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

Shades of Eggplant #780059

Tints of Eggplant #780059

Color information

#780059 (or 0x780059) is unknown color: approx Eggplant. HEX triplet: 78, 00 and 59. RGB value is (120,0,89). Sum of RGB (Red+Green+Blue) = 120+0+89=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #780059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780059 is #87FFA6. Grayscale: #2D2D2D. Windows color (decimal): -8912807 or 5832824. OLE color: 5832824.

HSL color Cylindrical-coordinate representation of color #780059: hue angle of 315.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 #780059 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB120089-
CMYK010.260.53
HSL315.5º100%23.53%-
HSV(B)315.5º100%47.06%-
XYZ9.554.719.86-
YUV46.03152.26180.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=57.42%
G=0%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120089010.260.53315.510023.53
Hex780590641A3513c6418
Octal17001310144326547414430
Binary1111000010110010110010011010110101100111100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780059; }

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

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

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

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

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

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

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

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