#7E135A

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

Shades of Eggplant #7E135A

Tints of Eggplant #7E135A

Color information

#7E135A (or 0x7E135A) is unknown color: approx Eggplant. HEX triplet: 7E, 13 and 5A. RGB value is (126,19,90). Sum of RGB (Red+Green+Blue) = 126+19+90=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E135A is #81ECA5. Grayscale: #3A3A3A. Windows color (decimal): -8514726 or 5903230. OLE color: 5903230.

HSL color Cylindrical-coordinate representation of color #7E135A: hue angle of 320.19º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E135A is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB1261990-
CMYK00.850.290.51
HSL320.19º73.79%28.43%-
HSV(B)320.19º84.92%49.41%-
XYZ10.685.6410.2-
YUV59.09145.45175.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.62%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=53.62%
G=8.09%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126199000.850.290.51320.1973.7928.43
Hex7E135A0551D331404a1c
Octal176231320125356350011234
Binary11111101001110110100101010111101110011101000000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,19,90); }

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

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

 a { background-color: rgb(126,19,90); }

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

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

 span { border-color: rgb(126,19,90); }

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