#790561

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

Shades of Eggplant #790561

Tints of Eggplant #790561

Color information

#790561 (or 0x790561) is unknown color: approx Eggplant. HEX triplet: 79, 05 and 61. RGB value is (121,5,97). Sum of RGB (Red+Green+Blue) = 121+5+97=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #790561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790561 is #86FA9E. Grayscale: #313131. Windows color (decimal): -8845983 or 6358393. OLE color: 6358393.

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

Color convert

RGB121597-
CMYK00.960.200.53
HSL312.41º92.06%24.71%-
HSV(B)312.41º95.87%47.45%-
XYZ10.15.0411.75-
YUV50.17154.43178.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.26%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=54.26%
G=2.24%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12159700.960.200.53312.4192.0624.71
Hex7956106014351385c19
Octal17151410140246547013431
Binary111100110111000010110000010100110101100111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790561; }

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

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

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

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

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

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

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

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