#780060

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

Shades of Eggplant #780060

Tints of Eggplant #780060

Color information

#780060 (or 0x780060) is unknown color: approx Eggplant. HEX triplet: 78, 00 and 60. RGB value is (120,0,96). Sum of RGB (Red+Green+Blue) = 120+0+96=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #780060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780060 is #87FF9F. Grayscale: #2E2E2E. Windows color (decimal): -8912800 or 6291576. OLE color: 6291576.

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

Color convert

RGB120096-
CMYK010.20.53
HSL312º100%23.53%-
HSV(B)312º100%47.06%-
XYZ9.864.8411.48-
YUV46.82155.76180.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=55.56%
G=0%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120096010.20.5331210023.53
Hex7806006414351386418
Octal17001400144246547014430
Binary1111000011000000110010010100110101100111000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780060; }

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

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

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

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

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

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

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

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