#790361

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

Shades of Eggplant #790361

Tints of Eggplant #790361

Color information

#790361 (or 0x790361) is unknown color: approx Eggplant. HEX triplet: 79, 03 and 61. RGB value is (121,3,97). Sum of RGB (Red+Green+Blue) = 121+3+97=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #790361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790361 is #86FC9E. Grayscale: #303030. Windows color (decimal): -8846495 or 6357881. OLE color: 6357881.

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

Color convert

RGB121397-
CMYK00.980.200.53
HSL312.2º95.16%24.31%-
HSV(B)312.2º97.52%47.45%-
XYZ10.084.9911.74-
YUV49155.09179.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.75%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=54.75%
G=1.36%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12139700.980.200.53312.295.1624.31
Hex7936106214351385f18
Octal17131410142246547013730
Binary11110011111000010110001010100110101100111000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790361; }

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

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

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

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

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

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

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

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