#79055D

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

Shades of Eggplant #79055D

Tints of Eggplant #79055D

Color information

#79055D (or 0x79055D) is unknown color: approx Eggplant. HEX triplet: 79, 05 and 5D. RGB value is (121,5,93). Sum of RGB (Red+Green+Blue) = 121+5+93=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #79055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79055D is #86FAA2. Grayscale: #313131. Windows color (decimal): -8845987 or 6096249. OLE color: 6096249.

HSL color Cylindrical-coordinate representation of color #79055D: hue angle of 314.48º 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 #79055D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB121593-
CMYK00.960.230.53
HSL314.48º92.06%24.71%-
HSV(B)314.48º95.87%47.45%-
XYZ9.924.9610.79-
YUV49.72152.43178.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.25%
GREEN value IS 5 (2.34% from 255) = 2.28%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=55.25%
G=2.28%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12159300.960.230.53314.4892.0624.71
Hex7955D060173513a5c19
Octal17151350140276547213431
Binary111100110110111010110000010111110101100111010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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