#790060

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

Shades of Eggplant #790060

Tints of Eggplant #790060

Color information

#790060 (or 0x790060) is unknown color: approx Eggplant. HEX triplet: 79, 00 and 60. RGB value is (121,0,96). Sum of RGB (Red+Green+Blue) = 121+0+96=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #790060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790060 is #86FF9F. Grayscale: #2E2E2E. Windows color (decimal): -8847264 or 6291577. OLE color: 6291577.

HSL color Cylindrical-coordinate representation of color #790060: hue angle of 312.4º 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 #790060 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB121096-
CMYK010.210.53
HSL312.4º100%23.73%-
HSV(B)312.4º100%47.45%-
XYZ104.9111.49-
YUV47.12155.59180.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=55.76%
G=0%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121096010.210.53312.410023.73
Hex7906006415351386418
Octal17101400144256547014430
Binary1111001011000000110010010101110101100111000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790060; }

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

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

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

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

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

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

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

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