#790261

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

Shades of Eggplant #790261

Tints of Eggplant #790261

Color information

#790261 (or 0x790261) is unknown color: approx Eggplant. HEX triplet: 79, 02 and 61. RGB value is (121,2,97). Sum of RGB (Red+Green+Blue) = 121+2+97=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #790261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790261 is #86FD9E. Grayscale: #303030. Windows color (decimal): -8846751 or 6357625. OLE color: 6357625.

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

Color convert

RGB121297-
CMYK00.980.200.53
HSL312.1º96.75%24.12%-
HSV(B)312.1º98.35%47.45%-
XYZ10.064.9711.74-
YUV48.41155.42179.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=55%
G=0.91%
B=44.09%

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
Decimal12129700.980.200.53312.196.7524.12
Hex7926106214351386118
Octal17121410142246547014130
Binary11110011011000010110001010100110101100111000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790261; }

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

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

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

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

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

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

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

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