#790161

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

Shades of Eggplant #790161

Tints of Eggplant #790161

Color information

#790161 (or 0x790161) is unknown color: approx Eggplant. HEX triplet: 79, 01 and 61. RGB value is (121,1,97). Sum of RGB (Red+Green+Blue) = 121+1+97=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #790161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790161 is #86FE9E. Grayscale: #2F2F2F. Windows color (decimal): -8847007 or 6357369. OLE color: 6357369.

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

Color convert

RGB121197-
CMYK00.990.200.53
HSL312º98.36%23.92%-
HSV(B)312º99.17%47.45%-
XYZ10.054.9511.73-
YUV47.82155.76180.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.25%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=55.25%
G=0.46%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119700.990.200.5331298.3623.92
Hex7916106314351386218
Octal17111410143246547014230
Binary1111001111000010110001110100110101100111000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790161; }

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

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

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

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

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

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

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

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