#7E0D5B

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

Shades of Eggplant #7E0D5B

Tints of Eggplant #7E0D5B

Color information

#7E0D5B (or 0x7E0D5B) is unknown color: approx Eggplant. HEX triplet: 7E, 0D and 5B. RGB value is (126,13,91). Sum of RGB (Red+Green+Blue) = 126+13+91=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0D5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0D5B is #81F2A4. Grayscale: #373737. Windows color (decimal): -8516261 or 5967230. OLE color: 5967230.

HSL color Cylindrical-coordinate representation of color #7E0D5B: hue angle of 318.58º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E0D5B is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1261391-
CMYK00.900.280.51
HSL318.58º81.29%27.25%-
HSV(B)318.58º89.68%49.41%-
XYZ10.645.4810.39-
YUV55.68147.94178.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 54.78%
GREEN value IS 13 (5.47% from 255) = 5.65%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=54.78%
G=5.65%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126139100.900.280.51318.5881.2927.25
Hex7ED5B05A1C3313f511b
Octal176151330132346347712133
Binary1111110110110110110101101011100110011100111111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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