#790158

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

Shades of Eggplant #790158

Tints of Eggplant #790158

Color information

#790158 (or 0x790158) is unknown color: approx Eggplant. HEX triplet: 79, 01 and 58. RGB value is (121,1,88). Sum of RGB (Red+Green+Blue) = 121+1+88=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #790158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790158 is #86FEA7. Grayscale: #2E2E2E. Windows color (decimal): -8847016 or 5767545. OLE color: 5767545.

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

Color convert

RGB121188-
CMYK00.990.270.53
HSL316.5º98.36%23.92%-
HSV(B)316.5º99.17%47.45%-
XYZ9.664.799.65-
YUV46.8151.26180.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.62%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=57.62%
G=0.48%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12118800.990.270.53316.598.3623.92
Hex791580631B3513c6218
Octal17111300143336547414230
Binary1111001110110000110001111011110101100111100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790158; }

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

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

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

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

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

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

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

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