#79075C

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

Shades of Eggplant #79075C

Tints of Eggplant #79075C

Color information

#79075C (or 0x79075C) is unknown color: approx Eggplant. HEX triplet: 79, 07 and 5C. RGB value is (121,7,92). Sum of RGB (Red+Green+Blue) = 121+7+92=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #79075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79075C is #86F8A3. Grayscale: #323232. Windows color (decimal): -8845476 or 6031225. OLE color: 6031225.

HSL color Cylindrical-coordinate representation of color #79075C: hue angle of 315.26º 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 #79075C is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB121792-
CMYK00.940.240.53
HSL315.26º89.06%25.1%-
HSV(B)315.26º94.21%47.45%-
XYZ9.894.9910.57-
YUV50.78151.27178.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55%
GREEN value IS 7 (3.12% from 255) = 3.18%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=55%
G=3.18%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12179200.940.240.53315.2689.0625.1
Hex7975C05E183513b5919
Octal17171340136306547313131
Binary111100111110111000101111011000110101100111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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