#770560

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

Shades of Eggplant #770560

Tints of Eggplant #770560

Color information

#770560 (or 0x770560) is unknown color: approx Eggplant. HEX triplet: 77, 05 and 60. RGB value is (119,5,96). Sum of RGB (Red+Green+Blue) = 119+5+96=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #770560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770560 is #88FA9F. Grayscale: #313131. Windows color (decimal): -8977056 or 6292855. OLE color: 6292855.

HSL color Cylindrical-coordinate representation of color #770560: hue angle of 312.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770560 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB119596-
CMYK00.960.190.53
HSL312.11º91.94%24.31%-
HSV(B)312.11º95.8%46.67%-
XYZ9.774.8811.49-
YUV49.46154.27177.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.09%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=54.09%
G=2.27%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11959600.960.190.53312.1191.9424.31
Hex7756006013351385c18
Octal16751400140236547013430
Binary111011110111000000110000010011110101100111000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770560; }

 p { color: rgb(119,5,96); }

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

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

 a { background-color: rgb(119,5,96); }

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

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

 span { border-color: rgb(119,5,96); }

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