#7a0160

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

Shades of Eggplant #7A0160

Tints of Eggplant #7A0160

Color information

#7A0160 (or 0x7A0160) is unknown color: approx Eggplant. HEX triplet: 7A, 01 and 60. RGB value is (122,1,96). Sum of RGB (Red+Green+Blue) = 122+1+96=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0160 is #85FE9F. Grayscale: #2F2F2F. Windows color (decimal): -8781472 or 6291834. OLE color: 6291834.

HSL color Cylindrical-coordinate representation of color #7A0160: hue angle of 312.89º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0160 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB122196-
CMYK00.990.210.52
HSL312.89º98.37%24.12%-
HSV(B)312.89º99.18%47.84%-
XYZ10.15511.5-
YUV48.01155.09180.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.71%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=55.71%
G=0.46%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12219600.990.210.52312.8998.3724.12
Hex7A16006315341396218
Octal17211400143256447114230
Binary1111010111000000110001110101110100100111001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,1,96); }

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

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

 a { background-color: rgb(122,1,96); }

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

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

 span { border-color: rgb(122,1,96); }

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