#7A075D

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

Shades of Eggplant #7A075D

Tints of Eggplant #7A075D

Color information

#7A075D (or 0x7A075D) is unknown color: approx Eggplant. HEX triplet: 7A, 07 and 5D. RGB value is (122,7,93). Sum of RGB (Red+Green+Blue) = 122+7+93=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A075D is #85F8A2. Grayscale: #323232. Windows color (decimal): -8779939 or 6096762. OLE color: 6096762.

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

Color convert

RGB122793-
CMYK00.940.240.52
HSL315.13º89.15%25.29%-
HSV(B)315.13º94.26%47.84%-
XYZ10.085.0810.81-
YUV51.19151.6178.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.95%
GREEN value IS 7 (3.12% from 255) = 3.15%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=54.95%
G=3.15%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12279300.940.240.52315.1389.1525.29
Hex7A75D05E183413b5919
Octal17271350136306447313131
Binary111101011110111010101111011000110100100111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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