#79015B

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

Shades of Eggplant #79015B

Tints of Eggplant #79015B

Color information

#79015B (or 0x79015B) is unknown color: approx Eggplant. HEX triplet: 79, 01 and 5B. RGB value is (121,1,91). Sum of RGB (Red+Green+Blue) = 121+1+91=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #79015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79015B is #86FEA4. Grayscale: #2E2E2E. Windows color (decimal): -8847013 or 5964153. OLE color: 5964153.

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

Color convert

RGB121191-
CMYK00.990.250.53
HSL315º98.36%23.92%-
HSV(B)315º99.17%47.45%-
XYZ9.784.8410.32-
YUV47.14152.76180.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.81%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=56.81%
G=0.47%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119100.990.250.5331598.3623.92
Hex7915B063193513b6218
Octal17111330143316547314230
Binary1111001110110110110001111001110101100111011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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