#7E095B

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

Shades of Eggplant #7E095B

Tints of Eggplant #7E095B

Color information

#7E095B (or 0x7E095B) is unknown color: approx Eggplant. HEX triplet: 7E, 09 and 5B. RGB value is (126,9,91). Sum of RGB (Red+Green+Blue) = 126+9+91=226 (29% of max value = 765). Red value is 126 (49.61% from 255 or 55.75% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 126 - color contains mainly: red. Hex color #7E095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E095B is #81F6A4. Grayscale: #353535. Windows color (decimal): -8517285 or 5966206. OLE color: 5966206.

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

Color convert

RGB126991-
CMYK00.930.280.51
HSL317.95º86.67%26.47%-
HSV(B)317.95º92.86%49.41%-
XYZ10.595.3910.38-
YUV53.33149.26179.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.75%
GREEN value IS 9 (3.91% from 255) = 3.98%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=55.75%
G=3.98%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12699100.930.280.51317.9586.6726.47
Hex7E95B05D1C3313e571a
Octal176111330135346347612732
Binary1111110100110110110101110111100110011100111110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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