#79025A

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

Shades of Eggplant #79025A

Tints of Eggplant #79025A

Color information

#79025A (or 0x79025A) is unknown color: approx Eggplant. HEX triplet: 79, 02 and 5A. RGB value is (121,2,90). Sum of RGB (Red+Green+Blue) = 121+2+90=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #79025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79025A is #86FDA5. Grayscale: #2F2F2F. Windows color (decimal): -8846758 or 5898873. OLE color: 5898873.

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

Color convert

RGB121290-
CMYK00.980.260.53
HSL315.63º96.75%24.12%-
HSV(B)315.63º98.35%47.45%-
XYZ9.754.8510.09-
YUV47.61151.92180.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.81%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=56.81%
G=0.94%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12129000.980.260.53315.6396.7524.12
Hex7925A0621A3513c6118
Octal17121320142326547414130
Binary11110011010110100110001011010110101100111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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