#7A075C

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

Shades of Eggplant #7A075C

Tints of Eggplant #7A075C

Color information

#7A075C (or 0x7A075C) is unknown color: approx Eggplant. HEX triplet: 7A, 07 and 5C. RGB value is (122,7,92). Sum of RGB (Red+Green+Blue) = 122+7+92=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A075C is #85F8A3. Grayscale: #323232. Windows color (decimal): -8779940 or 6031226. OLE color: 6031226.

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

Color convert

RGB122792-
CMYK00.940.250.52
HSL315.65º89.15%25.29%-
HSV(B)315.65º94.26%47.84%-
XYZ10.035.0610.57-
YUV51.08151.1178.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.20%
GREEN value IS 7 (3.12% from 255) = 3.17%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=55.20%
G=3.17%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12279200.940.250.52315.6589.1525.29
Hex7A75C05E193413c5919
Octal17271340136316447413131
Binary111101011110111000101111011001110100100111100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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