#7E0965

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

Shades of Eggplant #7E0965

Tints of Eggplant #7E0965

Color information

#7E0965 (or 0x7E0965) is unknown color: approx Eggplant. HEX triplet: 7E, 09 and 65. RGB value is (126,9,101). Sum of RGB (Red+Green+Blue) = 126+9+101=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0965 is #81F69A. Grayscale: #363636. Windows color (decimal): -8517275 or 6621566. OLE color: 6621566.

HSL color Cylindrical-coordinate representation of color #7E0965: hue angle of 312.82º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E0965 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB1269101-
CMYK00.930.200.51
HSL312.82º86.67%26.47%-
HSV(B)312.82º92.86%49.41%-
XYZ11.055.5712.8-
YUV54.47154.26179.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.39%
GREEN value IS 9 (3.91% from 255) = 3.81%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=53.39%
G=3.81%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126910100.930.200.51312.8286.6726.47
Hex7E96505D1433139571a
Octal176111450135246347112732
Binary1111110100111001010101110110100110011100111001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,9,101); }

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

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

 a { background-color: rgb(126,9,101); }

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

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

 span { border-color: rgb(126,9,101); }

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