#7A055B

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

Shades of Eggplant #7A055B

Tints of Eggplant #7A055B

Color information

#7A055B (or 0x7A055B) is unknown color: approx Eggplant. HEX triplet: 7A, 05 and 5B. RGB value is (122,5,91). Sum of RGB (Red+Green+Blue) = 122+5+91=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A055B is #85FAA4. Grayscale: #313131. Windows color (decimal): -8780453 or 5965178. OLE color: 5965178.

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

Color convert

RGB122591-
CMYK00.960.250.52
HSL315.9º92.13%24.9%-
HSV(B)315.9º95.9%47.84%-
XYZ9.97510.34-
YUV49.79151.26179.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.96%
GREEN value IS 5 (2.34% from 255) = 2.29%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=55.96%
G=2.29%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12259100.960.250.52315.992.1324.9
Hex7A55B060193413c5c19
Octal17251330140316447413431
Binary111101010110110110110000011001110100100111100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,5,91); }

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

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

 a { background-color: rgb(122,5,91); }

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

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

 span { border-color: rgb(122,5,91); }

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