Html Css Color HEX #780459 Eggplant

📋 copy color: '#780459'

red 120 ◦ green 4 ◦ blue 89

#780459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #780459

Tints of Eggplant #780459

RGB

 RED value IS 120 (47.27% from 255) = 56.34%

 GREEN value IS 4 (1.95% from 255) = 1.88%

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 56.34%
G = 1.88%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#780459 (or 0x780459) is known color: Eggplant. HEX triplet: 78, 04 and 59. RGB value is (120,4,89). Sum of RGB (Red+Green+Blue) = 120+4+89=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #780459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780459 is #87FBA6. Grayscale: #303030. Windows color (decimal): -8911783 or 5833848. OLE color: 5833848.

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

Color convert

RGB 120 4 89 -
CMYK 0 0.97 0.26 0.53
HSL 316.03º 0.94% 0.24% -
HSV(B) 316.03º 0.97% 0.47% -
XYZ 9.59 4.8 9.87 -
YUV 48.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 120 4 89 0 0.97 0.26 0.53 316.03 0.94 0.24
Hex 78 4 59 0 61 1A 35 13C 5E 18
Octal 170 4 131 0 141 32 65 474 136 30
Binary 1111000 100 1011001 0 1100001 11010 110101 100111100 1011110 11000

Color Harmonies of #780459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780459

Black with #780459

Text Example


Text Example

White with #780459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780459; }

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

 H1.HeaderClassName
 {
   color: #780459;
 }
 .AnyTagClassName
 {
   color: #780459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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