#79035C

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

Shades of Eggplant #79035C

Tints of Eggplant #79035C

Color information

#79035C (or 0x79035C) is unknown color: approx Eggplant. HEX triplet: 79, 03 and 5C. RGB value is (121,3,92). Sum of RGB (Red+Green+Blue) = 121+3+92=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #79035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79035C is #86FCA3. Grayscale: #303030. Windows color (decimal): -8846500 or 6030201. OLE color: 6030201.

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

Color convert

RGB121392-
CMYK00.980.240.53
HSL314.75º95.16%24.31%-
HSV(B)314.75º97.52%47.45%-
XYZ9.854.910.55-
YUV48.43152.59179.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.02%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=56.02%
G=1.39%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12139200.980.240.53314.7595.1624.31
Hex7935C062183513b5f18
Octal17131340142306547313730
Binary11110011110111000110001011000110101100111011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79035C; }

 p { color: rgb(121,3,92); }

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

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

 a { background-color: rgb(121,3,92); }

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

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

 span { border-color: rgb(121,3,92); }

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