#7A075E

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

Shades of Eggplant #7A075E

Tints of Eggplant #7A075E

Color information

#7A075E (or 0x7A075E) is unknown color: approx Eggplant. HEX triplet: 7A, 07 and 5E. RGB value is (122,7,94). Sum of RGB (Red+Green+Blue) = 122+7+94=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A075E is #85F8A1. Grayscale: #333333. Windows color (decimal): -8779938 or 6162298. OLE color: 6162298.

HSL color Cylindrical-coordinate representation of color #7A075E: hue angle of 314.61º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A075E is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB122794-
CMYK00.940.230.52
HSL314.61º89.15%25.29%-
HSV(B)314.61º94.26%47.84%-
XYZ10.125.111.04-
YUV51.3152.1178.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.71%
GREEN value IS 7 (3.12% from 255) = 3.14%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=54.71%
G=3.14%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12279400.940.230.52314.6189.1525.29
Hex7A75E05E173413b5919
Octal17271360136276447313131
Binary111101011110111100101111010111110100100111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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