#79055F

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

Shades of Eggplant #79055F

Tints of Eggplant #79055F

Color information

#79055F (or 0x79055F) is unknown color: approx Eggplant. HEX triplet: 79, 05 and 5F. RGB value is (121,5,95). Sum of RGB (Red+Green+Blue) = 121+5+95=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #79055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79055F is #86FAA0. Grayscale: #313131. Windows color (decimal): -8845985 or 6227321. OLE color: 6227321.

HSL color Cylindrical-coordinate representation of color #79055F: hue angle of 313.45º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79055F is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB121595-
CMYK00.960.210.53
HSL313.45º92.06%24.71%-
HSV(B)313.45º95.87%47.45%-
XYZ10511.26-
YUV49.94153.43178.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.75%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=54.75%
G=2.26%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12159500.960.210.53313.4592.0624.71
Hex7955F06015351395c19
Octal17151370140256547113431
Binary111100110110111110110000010101110101100111001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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