Html Css Color HEX #780859 Eggplant

📋 copy color: '#780859'

red 120 ◦ green 8 ◦ blue 89

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

Shades of Eggplant #780859

Tints of Eggplant #780859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

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

R = 55.3%
G = 3.69%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#780859 (or 0x780859) is known color: Eggplant. HEX triplet: 78, 08 and 59. RGB value is (120,8,89). Sum of RGB (Red+Green+Blue) = 120+8+89=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #780859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780859 is #87F7A6. Grayscale: #323232. Windows color (decimal): -8910759 or 5834872. OLE color: 5834872.

HSL color Cylindrical-coordinate representation of color #780859: hue angle of 316.61º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780859 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 8 89 -
CMYK 0 0.93 0.26 0.53
HSL 316.61º 0.88% 0.25% -
HSV(B) 316.61º 0.93% 0.47% -
XYZ 9.64 4.89 9.89 -
YUV 50.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 120 8 89 0 0.93 0.26 0.53 316.61 0.88 0.25
Hex 78 8 59 0 5D 1A 35 13D 58 19
Octal 170 10 131 0 135 32 65 475 130 31
Binary 1111000 1000 1011001 0 1011101 11010 110101 100111101 1011000 11001

Color Harmonies of #780859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780859

Black with #780859

Text Example


Text Example

White with #780859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780859; }

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

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

background-color css

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

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

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

border-color css

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

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

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