#7A0463

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

Shades of Eggplant #7A0463

Tints of Eggplant #7A0463

Color information

#7A0463 (or 0x7A0463) is unknown color: approx Eggplant. HEX triplet: 7A, 04 and 63. RGB value is (122,4,99). Sum of RGB (Red+Green+Blue) = 122+4+99=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0463 is #85FB9C. Grayscale: #313131. Windows color (decimal): -8780701 or 6489210. OLE color: 6489210.

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

Color convert

RGB122499-
CMYK00.970.190.52
HSL311.69º93.65%24.71%-
HSV(B)311.69º96.72%47.84%-
XYZ10.325.1312.25-
YUV50.11155.59179.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.22%
GREEN value IS 4 (1.95% from 255) = 1.78%
BLUE value IS 99 (39.06% from 255) = 44%
R=54.22%
G=1.78%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12249900.970.190.52311.6993.6524.71
Hex7A46306113341385e19
Octal17241430141236447013631
Binary111101010011000110110000110011110100100111000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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