#7E0264

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

Shades of Eggplant #7E0264

Tints of Eggplant #7E0264

Color information

#7E0264 (or 0x7E0264) is unknown color: approx Eggplant. HEX triplet: 7E, 02 and 64. RGB value is (126,2,100). Sum of RGB (Red+Green+Blue) = 126+2+100=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0264 is #81FD9B. Grayscale: #313131. Windows color (decimal): -8519068 or 6554238. OLE color: 6554238.

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

Color convert

RGB1262100-
CMYK00.980.210.51
HSL312.58º96.88%25.1%-
HSV(B)312.58º98.41%49.41%-
XYZ10.935.412.52-
YUV50.25156.08182.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.26%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=55.26%
G=0.88%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126210000.980.210.51312.5896.8825.1
Hex7E26406215331396119
Octal17621440142256347114131
Binary11111101011001000110001010101110011100111001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,2,100); }

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

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

 a { background-color: rgb(126,2,100); }

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

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

 span { border-color: rgb(126,2,100); }

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