#7E045C

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

Shades of Eggplant #7E045C

Tints of Eggplant #7E045C

Color information

#7E045C (or 0x7E045C) is unknown color: approx Eggplant. HEX triplet: 7E, 04 and 5C. RGB value is (126,4,92). Sum of RGB (Red+Green+Blue) = 126+4+92=222 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.76% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 126 - color contains mainly: red. Hex color #7E045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E045C is #81FBA3. Grayscale: #323232. Windows color (decimal): -8518564 or 6030462. OLE color: 6030462.

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

Color convert

RGB126492-
CMYK00.970.270.51
HSL316.72º93.85%25.49%-
HSV(B)316.72º96.83%49.41%-
XYZ10.585.310.59-
YUV50.51151.42181.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 56.76%
GREEN value IS 4 (1.95% from 255) = 1.80%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=56.76%
G=1.80%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12649200.970.270.51316.7293.8525.49
Hex7E45C0611B3313d5e19
Octal17641340141336347513631
Binary111111010010111000110000111011110011100111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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