#7E045E

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

Shades of Eggplant #7E045E

Tints of Eggplant #7E045E

Color information

#7E045E (or 0x7E045E) is unknown color: approx Eggplant. HEX triplet: 7E, 04 and 5E. RGB value is (126,4,94). Sum of RGB (Red+Green+Blue) = 126+4+94=224 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.25% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 126 - color contains mainly: red. Hex color #7E045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E045E is #81FBA1. Grayscale: #323232. Windows color (decimal): -8518562 or 6161534. OLE color: 6161534.

HSL color Cylindrical-coordinate representation of color #7E045E: hue angle of 315.74º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E045E is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB126494-
CMYK00.970.250.51
HSL315.74º93.85%25.49%-
HSV(B)315.74º96.83%49.41%-
XYZ10.675.3311.06-
YUV50.74152.42181.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 56.25%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 94 (37.11% from 255) = 41.96%
R=56.25%
G=1.79%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12649400.970.250.51315.7493.8525.49
Hex7E45E061193313c5e19
Octal17641360141316347413631
Binary111111010010111100110000111001110011100111100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,4,94); }

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

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

 a { background-color: rgb(126,4,94); }

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

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

 span { border-color: rgb(126,4,94); }

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