#7E0E59

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

Shades of Eggplant #7E0E59

Tints of Eggplant #7E0E59

Color information

#7E0E59 (or 0x7E0E59) is unknown color: approx Eggplant. HEX triplet: 7E, 0E and 59. RGB value is (126,14,89). Sum of RGB (Red+Green+Blue) = 126+14+89=229 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.02% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0E59 is #81F1A6. Grayscale: #373737. Windows color (decimal): -8516007 or 5836414. OLE color: 5836414.

HSL color Cylindrical-coordinate representation of color #7E0E59: hue angle of 319.82º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E0E59 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB1261489-
CMYK00.890.290.51
HSL319.82º80%27.45%-
HSV(B)319.82º88.89%49.41%-
XYZ10.565.479.95-
YUV56.04146.61177.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.02%
GREEN value IS 14 (5.86% from 255) = 6.11%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=55.02%
G=6.11%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126148900.890.290.51319.828027.45
Hex7EE590591D33140501b
Octal176161310131356350012033
Binary1111110111010110010101100111101110011101000000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E0E59; }

 p { color: rgb(126,14,89); }

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

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

 a { background-color: rgb(126,14,89); }

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

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

 span { border-color: rgb(126,14,89); }

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