#79005B

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

Shades of Eggplant #79005B

Tints of Eggplant #79005B

Color information

#79005B (or 0x79005B) is unknown color: approx Eggplant. HEX triplet: 79, 00 and 5B. RGB value is (121,0,91). Sum of RGB (Red+Green+Blue) = 121+0+91=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #79005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79005B is #86FFA4. Grayscale: #2E2E2E. Windows color (decimal): -8847269 or 5963897. OLE color: 5963897.

HSL color Cylindrical-coordinate representation of color #79005B: hue angle of 314.88º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79005B is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB121091-
CMYK010.250.53
HSL314.88º100%23.73%-
HSV(B)314.88º100%47.45%-
XYZ9.774.8210.31-
YUV46.55153.09181.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=57.08%
G=0%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121091010.250.53314.8810023.73
Hex7905B064193513b6418
Octal17101330144316547314430
Binary1111001010110110110010011001110101100111011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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