#7A0863

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

Shades of Eggplant #7A0863

Tints of Eggplant #7A0863

Color information

#7A0863 (or 0x7A0863) is unknown color: approx Eggplant. HEX triplet: 7A, 08 and 63. RGB value is (122,8,99). Sum of RGB (Red+Green+Blue) = 122+8+99=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0863 is #85F79C. Grayscale: #343434. Windows color (decimal): -8779677 or 6490234. OLE color: 6490234.

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

Color convert

RGB122899-
CMYK00.930.190.52
HSL312.11º87.69%25.49%-
HSV(B)312.11º93.44%47.84%-
XYZ10.375.2112.26-
YUV52.46154.27177.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.28%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=53.28%
G=3.49%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12289900.930.190.52312.1187.6925.49
Hex7A86305D13341385819
Octal172101430135236447013031
Binary1111010100011000110101110110011110100100111000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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