#780461

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

Shades of Eggplant #780461

Tints of Eggplant #780461

Color information

#780461 (or 0x780461) is unknown color: approx Eggplant. HEX triplet: 78, 04 and 61. RGB value is (120,4,97). Sum of RGB (Red+Green+Blue) = 120+4+97=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #780461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780461 is #87FB9E. Grayscale: #313131. Windows color (decimal): -8911775 or 6358136. OLE color: 6358136.

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

Color convert

RGB120497-
CMYK00.970.190.53
HSL311.9º93.55%24.31%-
HSV(B)311.9º96.67%47.06%-
XYZ9.954.9411.74-
YUV49.29154.93178.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=54.30%
G=1.81%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12049700.970.190.53311.993.5524.31
Hex7846106113351385e18
Octal17041410141236547013630
Binary111100010011000010110000110011110101100111000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780461; }

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

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

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

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

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

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

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

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