#7A0563

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

Shades of Eggplant #7A0563

Tints of Eggplant #7A0563

Color information

#7A0563 (or 0x7A0563) is unknown color: approx Eggplant. HEX triplet: 7A, 05 and 63. RGB value is (122,5,99). Sum of RGB (Red+Green+Blue) = 122+5+99=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0563 is #85FA9C. Grayscale: #323232. Windows color (decimal): -8780445 or 6489466. OLE color: 6489466.

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

Color convert

RGB122599-
CMYK00.960.190.52
HSL311.79º92.13%24.9%-
HSV(B)311.79º95.9%47.84%-
XYZ10.335.1512.25-
YUV50.7155.26178.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.98%
GREEN value IS 5 (2.34% from 255) = 2.21%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=53.98%
G=2.21%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12259900.960.190.52311.7992.1324.9
Hex7A56306013341385c19
Octal17251430140236447013431
Binary111101010111000110110000010011110100100111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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