#7A095E

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

Shades of Eggplant #7A095E

Tints of Eggplant #7A095E

Color information

#7A095E (or 0x7A095E) is unknown color: approx Eggplant. HEX triplet: 7A, 09 and 5E. RGB value is (122,9,94). Sum of RGB (Red+Green+Blue) = 122+9+94=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A095E is #85F6A1. Grayscale: #343434. Windows color (decimal): -8779426 or 6162810. OLE color: 6162810.

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

Color convert

RGB122994-
CMYK00.930.230.52
HSL314.87º86.26%25.69%-
HSV(B)314.87º92.62%47.84%-
XYZ10.145.1411.05-
YUV52.48151.44177.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.22%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=54.22%
G=4%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12299400.930.230.52314.8786.2625.69
Hex7A95E05D173413b561a
Octal172111360135276447312632
Binary1111010100110111100101110110111110100100111011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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