#780460

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

Shades of Eggplant #780460

Tints of Eggplant #780460

Color information

#780460 (or 0x780460) is unknown color: approx Eggplant. HEX triplet: 78, 04 and 60. RGB value is (120,4,96). Sum of RGB (Red+Green+Blue) = 120+4+96=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #780460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780460 is #87FB9F. Grayscale: #303030. Windows color (decimal): -8911776 or 6292600. OLE color: 6292600.

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

Color convert

RGB120496-
CMYK00.970.20.53
HSL312.41º93.55%24.31%-
HSV(B)312.41º96.67%47.06%-
XYZ9.94.9211.5-
YUV49.17154.43178.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.55%
GREEN value IS 4 (1.95% from 255) = 1.82%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=54.55%
G=1.82%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12049600.970.20.53312.4193.5524.31
Hex7846006114351385e18
Octal17041400141246547013630
Binary111100010011000000110000110100110101100111000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780460; }

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

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

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

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

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

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

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

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