#7E0B5E

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

Shades of Eggplant #7E0B5E

Tints of Eggplant #7E0B5E

Color information

#7E0B5E (or 0x7E0B5E) is unknown color: approx Eggplant. HEX triplet: 7E, 0B and 5E. RGB value is (126,11,94). Sum of RGB (Red+Green+Blue) = 126+11+94=231 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.55% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0B5E is #81F4A1. Grayscale: #363636. Windows color (decimal): -8516770 or 6163326. OLE color: 6163326.

HSL color Cylindrical-coordinate representation of color #7E0B5E: hue angle of 316.7º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E0B5E is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB1261194-
CMYK00.910.250.51
HSL316.7º83.94%26.86%-
HSV(B)316.7º91.27%49.41%-
XYZ10.745.4811.08-
YUV54.85150.1178.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 54.55%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=54.55%
G=4.76%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126119400.910.250.51316.783.9426.86
Hex7EB5E05B193313d541b
Octal176131360133316347512433
Binary1111110101110111100101101111001110011100111101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,11,94); }

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

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

 a { background-color: rgb(126,11,94); }

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

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

 span { border-color: rgb(126,11,94); }

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