#7E0857

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

Shades of Eggplant #7E0857

Tints of Eggplant #7E0857

Color information

#7E0857 (or 0x7E0857) is unknown color: approx Eggplant. HEX triplet: 7E, 08 and 57. RGB value is (126,8,87). Sum of RGB (Red+Green+Blue) = 126+8+87=221 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.01% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0857 is #81F7A8. Grayscale: #343434. Windows color (decimal): -8517545 or 5703806. OLE color: 5703806.

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

Color convert

RGB126887-
CMYK00.940.310.51
HSL319.83º88.06%26.27%-
HSV(B)319.83º93.65%49.41%-
XYZ10.415.39.49-
YUV52.29147.59180.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 57.01%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=57.01%
G=3.62%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12688700.940.310.51319.8388.0626.27
Hex7E85705E1F33140581a
Octal176101270136376350013032
Binary1111110100010101110101111011111110011101000000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,8,87); }

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

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

 a { background-color: rgb(126,8,87); }

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

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

 span { border-color: rgb(126,8,87); }

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