Html Css Color HEX #780861 Eggplant

📋 copy color: '#780861'

red 120 ◦ green 8 ◦ blue 97

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

Shades of Eggplant #780861

Tints of Eggplant #780861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 43.11%

R = 53.33%
G = 3.56%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#780861 (or 0x780861) is known color: Eggplant. HEX triplet: 78, 08 and 61. RGB value is (120,8,97). Sum of RGB (Red+Green+Blue) = 120+8+97=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #780861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780861 is #87F79E. Grayscale: #333333. Windows color (decimal): -8910751 or 6359160. OLE color: 6359160.

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

Color convert

RGB 120 8 97 -
CMYK 0 0.93 0.19 0.53
HSL 312.32º 0.88% 0.25% -
HSV(B) 312.32º 0.93% 0.47% -
XYZ 9.99 5.03 11.75 -
YUV 51.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 120 8 97 0 0.93 0.19 0.53 312.32 0.88 0.25
Hex 78 8 61 0 5D 13 35 138 58 19
Octal 170 10 141 0 135 23 65 470 130 31
Binary 1111000 1000 1100001 0 1011101 10011 110101 100111000 1011000 11001

Color Harmonies of #780861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780861

Black with #780861

Text Example


Text Example

White with #780861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780861; }

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

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

background-color css

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

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

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

border-color css

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

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

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