#790660

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

Shades of Eggplant #790660

Tints of Eggplant #790660

Color information

#790660 (or 0x790660) is unknown color: approx Eggplant. HEX triplet: 79, 06 and 60. RGB value is (121,6,96). Sum of RGB (Red+Green+Blue) = 121+6+96=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #790660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790660 is #86F99F. Grayscale: #323232. Windows color (decimal): -8845728 or 6293113. OLE color: 6293113.

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

Color convert

RGB121696-
CMYK00.950.210.53
HSL313.04º90.55%24.9%-
HSV(B)313.04º95.04%47.45%-
XYZ10.065.0411.51-
YUV50.64153.6178.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.26%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=54.26%
G=2.69%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12169600.950.210.53313.0490.5524.9
Hex7966005F15351395b19
Octal17161400137256547113331
Binary111100111011000000101111110101110101100111001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790660; }

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

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

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

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

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

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

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

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