#790360

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

Shades of Eggplant #790360

Tints of Eggplant #790360

Color information

#790360 (or 0x790360) is unknown color: approx Eggplant. HEX triplet: 79, 03 and 60. RGB value is (121,3,96). Sum of RGB (Red+Green+Blue) = 121+3+96=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #790360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790360 is #86FC9F. Grayscale: #303030. Windows color (decimal): -8846496 or 6292345. OLE color: 6292345.

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

Color convert

RGB121396-
CMYK00.980.210.53
HSL312.71º95.16%24.31%-
HSV(B)312.71º97.52%47.45%-
XYZ10.034.9711.5-
YUV48.88154.59179.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=55%
G=1.36%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12139600.980.210.53312.7195.1624.31
Hex7936006215351395f18
Octal17131400142256547113730
Binary11110011111000000110001010101110101100111001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790360; }

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

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

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

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

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

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

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

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