#79025C

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

Shades of Eggplant #79025C

Tints of Eggplant #79025C

Color information

#79025C (or 0x79025C) is unknown color: approx Eggplant. HEX triplet: 79, 02 and 5C. RGB value is (121,2,92). Sum of RGB (Red+Green+Blue) = 121+2+92=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79025C is #86FDA3. Grayscale: #2F2F2F. Windows color (decimal): -8846756 or 6029945. OLE color: 6029945.

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

Color convert

RGB121292-
CMYK00.980.240.53
HSL314.62º96.75%24.12%-
HSV(B)314.62º98.35%47.45%-
XYZ9.844.8810.55-
YUV47.84152.92180.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.28%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=56.28%
G=0.93%
B=42.79%

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
Decimal12129200.980.240.53314.6296.7524.12
Hex7925C062183513b6118
Octal17121340142306547314130
Binary11110011010111000110001011000110101100111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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