#7E0E58

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

Shades of Eggplant #7E0E58

Tints of Eggplant #7E0E58

Color information

#7E0E58 (or 0x7E0E58) is unknown color: approx Eggplant. HEX triplet: 7E, 0E and 58. RGB value is (126,14,88). Sum of RGB (Red+Green+Blue) = 126+14+88=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0E58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0E58 is #81F1A7. Grayscale: #373737. Windows color (decimal): -8516008 or 5770878. OLE color: 5770878.

HSL color Cylindrical-coordinate representation of color #7E0E58: hue angle of 320.36º 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 #7E0E58 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1261488-
CMYK00.890.300.51
HSL320.36º80%27.45%-
HSV(B)320.36º88.89%49.41%-
XYZ10.525.459.73-
YUV55.92146.11177.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.26%
GREEN value IS 14 (5.86% from 255) = 6.14%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=55.26%
G=6.14%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126148800.890.300.51320.368027.45
Hex7EE580591E33140501b
Octal176161300131366350012033
Binary1111110111010110000101100111110110011101000000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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