#7C075E

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

Shades of Eggplant #7C075E

Tints of Eggplant #7C075E

Color information

#7C075E (or 0x7C075E) is unknown color: approx Eggplant. HEX triplet: 7C, 07 and 5E. RGB value is (124,7,94). Sum of RGB (Red+Green+Blue) = 124+7+94=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C075E is #83F8A1. Grayscale: #333333. Windows color (decimal): -8648866 or 6162300. OLE color: 6162300.

HSL color Cylindrical-coordinate representation of color #7C075E: hue angle of 315.38º degrees, saturation: 0.89, 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 #7C075E is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB124794-
CMYK00.940.240.51
HSL315.38º89.31%25.69%-
HSV(B)315.38º94.35%48.63%-
XYZ10.415.2511.05-
YUV51.9151.76179.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.11%
GREEN value IS 7 (3.12% from 255) = 3.11%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=55.11%
G=3.11%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12479400.940.240.51315.3889.3125.69
Hex7C75E05E183313b591a
Octal17471360136306347313132
Binary111110011110111100101111011000110011100111011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,7,94); }

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

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

 a { background-color: rgb(124,7,94); }

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

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

 span { border-color: rgb(124,7,94); }

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