#79085D

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

Shades of Eggplant #79085D

Tints of Eggplant #79085D

Color information

#79085D (or 0x79085D) is unknown color: approx Eggplant. HEX triplet: 79, 08 and 5D. RGB value is (121,8,93). Sum of RGB (Red+Green+Blue) = 121+8+93=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #79085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79085D is #86F7A2. Grayscale: #333333. Windows color (decimal): -8845219 or 6097017. OLE color: 6097017.

HSL color Cylindrical-coordinate representation of color #79085D: hue angle of 314.87º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79085D is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB121893-
CMYK00.930.230.53
HSL314.87º87.6%25.29%-
HSV(B)314.87º93.39%47.45%-
XYZ9.955.0310.8-
YUV51.48151.44177.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.50%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=54.50%
G=3.60%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12189300.930.230.53314.8787.625.29
Hex7985D05D173513b5819
Octal171101350135276547313031
Binary1111001100010111010101110110111110101100111011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,8,93); }

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

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

 a { background-color: rgb(121,8,93); }

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

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

 span { border-color: rgb(121,8,93); }

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