#780560

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

Shades of Eggplant #780560

Tints of Eggplant #780560

Color information

#780560 (or 0x780560) is unknown color: approx Eggplant. HEX triplet: 78, 05 and 60. RGB value is (120,5,96). Sum of RGB (Red+Green+Blue) = 120+5+96=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #780560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780560 is #87FA9F. Grayscale: #313131. Windows color (decimal): -8911520 or 6292856. OLE color: 6292856.

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

Color convert

RGB120596-
CMYK00.960.20.53
HSL312.52º92%24.51%-
HSV(B)312.52º95.83%47.06%-
XYZ9.914.9511.5-
YUV49.76154.1178.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=54.30%
G=2.26%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12059600.960.20.53312.529224.51
Hex7856006014351395c19
Octal17051400140246547113431
Binary111100010111000000110000010100110101100111001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780560; }

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

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

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

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

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

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

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

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