#7A0860

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

Shades of Eggplant #7A0860

Tints of Eggplant #7A0860

Color information

#7A0860 (or 0x7A0860) is unknown color: approx Eggplant. HEX triplet: 7A, 08 and 60. RGB value is (122,8,96). Sum of RGB (Red+Green+Blue) = 122+8+96=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0860 is #85F79F. Grayscale: #333333. Windows color (decimal): -8779680 or 6293626. OLE color: 6293626.

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

Color convert

RGB122896-
CMYK00.930.210.52
HSL313.68º87.69%25.49%-
HSV(B)313.68º93.44%47.84%-
XYZ10.225.1611.52-
YUV52.12152.77177.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.98%
GREEN value IS 8 (3.52% from 255) = 3.54%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=53.98%
G=3.54%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12289600.930.210.52313.6887.6925.49
Hex7A86005D153413a5819
Octal172101400135256447213031
Binary1111010100011000000101110110101110100100111010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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