#7A095C

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

Shades of Eggplant #7A095C

Tints of Eggplant #7A095C

Color information

#7A095C (or 0x7A095C) is unknown color: approx Eggplant. HEX triplet: 7A, 09 and 5C. RGB value is (122,9,92). Sum of RGB (Red+Green+Blue) = 122+9+92=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A095C is #85F6A3. Grayscale: #343434. Windows color (decimal): -8779428 or 6031738. OLE color: 6031738.

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

Color convert

RGB122992-
CMYK00.930.250.52
HSL315.93º86.26%25.69%-
HSV(B)315.93º92.62%47.84%-
XYZ10.065.1110.58-
YUV52.25150.44177.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.71%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=54.71%
G=4.04%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12299200.930.250.52315.9386.2625.69
Hex7A95C05D193413c561a
Octal172111340135316447412632
Binary1111010100110111000101110111001110100100111100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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