#79055C

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

Shades of Eggplant #79055C

Tints of Eggplant #79055C

Color information

#79055C (or 0x79055C) is unknown color: approx Eggplant. HEX triplet: 79, 05 and 5C. RGB value is (121,5,92). Sum of RGB (Red+Green+Blue) = 121+5+92=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #79055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79055C is #86FAA3. Grayscale: #313131. Windows color (decimal): -8845988 or 6030713. OLE color: 6030713.

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

Color convert

RGB121592-
CMYK00.960.240.53
HSL315º92.06%24.71%-
HSV(B)315º95.87%47.45%-
XYZ9.874.9510.56-
YUV49.6151.93178.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.50%
GREEN value IS 5 (2.34% from 255) = 2.29%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=55.50%
G=2.29%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12159200.960.240.5331592.0624.71
Hex7955C060183513b5c19
Octal17151340140306547313431
Binary111100110110111000110000011000110101100111011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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