#79085B

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

Shades of Eggplant #79085B

Tints of Eggplant #79085B

Color information

#79085B (or 0x79085B) is unknown color: approx Eggplant. HEX triplet: 79, 08 and 5B. RGB value is (121,8,91). Sum of RGB (Red+Green+Blue) = 121+8+91=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #79085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79085B is #86F7A4. Grayscale: #333333. Windows color (decimal): -8845221 or 5965945. OLE color: 5965945.

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

Color convert

RGB121891-
CMYK00.930.250.53
HSL315.93º87.6%25.29%-
HSV(B)315.93º93.39%47.45%-
XYZ9.864.9910.34-
YUV51.25150.44177.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55%
GREEN value IS 8 (3.52% from 255) = 3.64%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=55%
G=3.64%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12189100.930.250.53315.9387.625.29
Hex7985B05D193513c5819
Octal171101330135316547413031
Binary1111001100010110110101110111001110101100111100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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