#79005E

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

Shades of Eggplant #79005E

Tints of Eggplant #79005E

Color information

#79005E (or 0x79005E) is unknown color: approx Eggplant. HEX triplet: 79, 00 and 5E. RGB value is (121,0,94). Sum of RGB (Red+Green+Blue) = 121+0+94=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79005E is #86FFA1. Grayscale: #2E2E2E. Windows color (decimal): -8847266 or 6160505. OLE color: 6160505.

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

Color convert

RGB121094-
CMYK010.220.53
HSL313.39º100%23.73%-
HSV(B)313.39º100%47.45%-
XYZ9.914.8711.01-
YUV46.9154.59180.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=56.28%
G=0%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121094010.220.53313.3910023.73
Hex7905E06416351396418
Octal17101360144266547114430
Binary1111001010111100110010010110110101100111001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,0,94); }

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

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

 a { background-color: rgb(121,0,94); }

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

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

 span { border-color: rgb(121,0,94); }

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