#79025F

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

Shades of Eggplant #79025F

Tints of Eggplant #79025F

Color information

#79025F (or 0x79025F) is unknown color: approx Eggplant. HEX triplet: 79, 02 and 5F. RGB value is (121,2,95). Sum of RGB (Red+Green+Blue) = 121+2+95=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #79025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79025F is #86FDA0. Grayscale: #2F2F2F. Windows color (decimal): -8846753 or 6226553. OLE color: 6226553.

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

Color convert

RGB121295-
CMYK00.980.210.53
HSL313.11º96.75%24.12%-
HSV(B)313.11º98.35%47.45%-
XYZ9.974.9311.25-
YUV48.18154.42179.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.50%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=55.50%
G=0.92%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12129500.980.210.53313.1196.7524.12
Hex7925F06215351396118
Octal17121370142256547114130
Binary11110011010111110110001010101110101100111001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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