#79075D

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

Shades of Eggplant #79075D

Tints of Eggplant #79075D

Color information

#79075D (or 0x79075D) is unknown color: approx Eggplant. HEX triplet: 79, 07 and 5D. RGB value is (121,7,93). Sum of RGB (Red+Green+Blue) = 121+7+93=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #79075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79075D is #86F8A2. Grayscale: #323232. Windows color (decimal): -8845475 or 6096761. OLE color: 6096761.

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

Color convert

RGB121793-
CMYK00.940.230.53
HSL314.74º89.06%25.1%-
HSV(B)314.74º94.21%47.45%-
XYZ9.945.0110.8-
YUV50.89151.77178.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.75%
GREEN value IS 7 (3.12% from 255) = 3.17%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=54.75%
G=3.17%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12179300.940.230.53314.7489.0625.1
Hex7975D05E173513b5919
Octal17171350136276547313131
Binary111100111110111010101111010111110101100111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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