#7E0D58

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

Shades of Eggplant #7E0D58

Tints of Eggplant #7E0D58

Color information

#7E0D58 (or 0x7E0D58) is unknown color: approx Eggplant. HEX triplet: 7E, 0D and 58. RGB value is (126,13,88). Sum of RGB (Red+Green+Blue) = 126+13+88=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0D58 is #81F2A7. Grayscale: #373737. Windows color (decimal): -8516264 or 5770622. OLE color: 5770622.

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

Color convert

RGB1261388-
CMYK00.900.300.51
HSL320.18º81.29%27.25%-
HSV(B)320.18º89.68%49.41%-
XYZ10.515.439.73-
YUV55.34146.44178.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.51%
GREEN value IS 13 (5.47% from 255) = 5.73%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=55.51%
G=5.73%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126138800.900.300.51320.1881.2927.25
Hex7ED5805A1E33140511b
Octal176151300132366350012133
Binary1111110110110110000101101011110110011101000000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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