Html Css Color HEX #780559 Eggplant

📋 copy color: '#780559'

red 120 ◦ green 5 ◦ blue 89

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

Shades of Eggplant #780559

Tints of Eggplant #780559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 56.07%
G = 2.34%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#780559 (or 0x780559) is known color: Eggplant. HEX triplet: 78, 05 and 59. RGB value is (120,5,89). Sum of RGB (Red+Green+Blue) = 120+5+89=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #780559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780559 is #87FAA6. Grayscale: #303030. Windows color (decimal): -8911527 or 5834104. OLE color: 5834104.

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

Color convert

RGB 120 5 89 -
CMYK 0 0.96 0.26 0.53
HSL 316.17º 0.92% 0.25% -
HSV(B) 316.17º 0.96% 0.47% -
XYZ 9.6 4.82 9.88 -
YUV 48.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 120 5 89 0 0.96 0.26 0.53 316.17 0.92 0.25
Hex 78 5 59 0 60 1A 35 13C 5C 19
Octal 170 5 131 0 140 32 65 474 134 31
Binary 1111000 101 1011001 0 1100000 11010 110101 100111100 1011100 11001

Color Harmonies of #780559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780559

Black with #780559

Text Example


Text Example

White with #780559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780559; }

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

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

background-color css

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

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

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

border-color css

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

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

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