Html Css Color HEX #780761 Eggplant

📋 copy color: '#780761'

red 120 ◦ green 7 ◦ blue 97

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

Shades of Eggplant #780761

Tints of Eggplant #780761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

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

R = 53.57%
G = 3.13%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#780761 (or 0x780761) is known color: Eggplant. HEX triplet: 78, 07 and 61. RGB value is (120,7,97). Sum of RGB (Red+Green+Blue) = 120+7+97=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #780761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780761 is #87F89E. Grayscale: #323232. Windows color (decimal): -8911007 or 6358904. OLE color: 6358904.

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

Color convert

RGB 120 7 97 -
CMYK 0 0.94 0.19 0.53
HSL 312.21º 0.89% 0.25% -
HSV(B) 312.21º 0.94% 0.47% -
XYZ 9.98 5.01 11.75 -
YUV 51.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 120 7 97 0 0.94 0.19 0.53 312.21 0.89 0.25
Hex 78 7 61 0 5E 13 35 138 59 19
Octal 170 7 141 0 136 23 65 470 131 31
Binary 1111000 111 1100001 0 1011110 10011 110101 100111000 1011001 11001

Color Harmonies of #780761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780761

Black with #780761

Text Example


Text Example

White with #780761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780761; }

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

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

background-color css

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

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

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

border-color css

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

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

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