#79055B

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

Shades of Eggplant #79055B

Tints of Eggplant #79055B

Color information

#79055B (or 0x79055B) is unknown color: approx Eggplant. HEX triplet: 79, 05 and 5B. RGB value is (121,5,91). Sum of RGB (Red+Green+Blue) = 121+5+91=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #79055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79055B is #86FAA4. Grayscale: #313131. Windows color (decimal): -8845989 or 5965177. OLE color: 5965177.

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

Color convert

RGB121591-
CMYK00.960.250.53
HSL315.52º92.06%24.71%-
HSV(B)315.52º95.87%47.45%-
XYZ9.834.9310.33-
YUV49.49151.43179.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.76%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=55.76%
G=2.30%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12159100.960.250.53315.5292.0624.71
Hex7955B060193513c5c19
Octal17151330140316547413431
Binary111100110110110110110000011001110101100111100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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