#79015C

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

Shades of Eggplant #79015C

Tints of Eggplant #79015C

Color information

#79015C (or 0x79015C) is unknown color: approx Eggplant. HEX triplet: 79, 01 and 5C. RGB value is (121,1,92). Sum of RGB (Red+Green+Blue) = 121+1+92=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #79015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79015C is #86FEA3. Grayscale: #2F2F2F. Windows color (decimal): -8847012 or 6029689. OLE color: 6029689.

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

Color convert

RGB121192-
CMYK00.990.240.53
HSL314.5º98.36%23.92%-
HSV(B)314.5º99.17%47.45%-
XYZ9.834.8610.55-
YUV47.25153.26180.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.54%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=56.54%
G=0.47%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119200.990.240.53314.598.3623.92
Hex7915C063183513a6218
Octal17111340143306547214230
Binary1111001110111000110001111000110101100111010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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