#790062

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

Shades of Eggplant #790062

Tints of Eggplant #790062

Color information

#790062 (or 0x790062) is unknown color: approx Eggplant. HEX triplet: 79, 00 and 62. RGB value is (121,0,98). Sum of RGB (Red+Green+Blue) = 121+0+98=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #790062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790062 is #86FF9D. Grayscale: #2F2F2F. Windows color (decimal): -8847262 or 6422649. OLE color: 6422649.

HSL color Cylindrical-coordinate representation of color #790062: hue angle of 311.4º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790062 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB121098-
CMYK010.190.53
HSL311.4º100%23.73%-
HSV(B)311.4º100%47.45%-
XYZ10.094.9511.98-
YUV47.35156.59180.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=55.25%
G=0%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121098010.190.53311.410023.73
Hex7906206413351376418
Octal17101420144236546714430
Binary1111001011000100110010010011110101100110111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790062; }

 p { color: rgb(121,0,98); }

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

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

 a { background-color: rgb(121,0,98); }

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

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

 span { border-color: rgb(121,0,98); }

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