Html Css Color HEX #770560 Eggplant

📋 copy color: '#770560'

red 119 ◦ green 5 ◦ blue 96

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

Shades of Eggplant #770560

Tints of Eggplant #770560

RGB

 RED value IS 119 (46.88% from 255) = 54.09%

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

 BLUE value IS 96 (37.89% from 255) = 43.64%

R = 54.09%
G = 2.27%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#770560 (or 0x770560) is known color: Eggplant. HEX triplet: 77, 05 and 60. RGB value is (119,5,96). Sum of RGB (Red+Green+Blue) = 119+5+96=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #770560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770560 is #88FA9F. Grayscale: #313131. Windows color (decimal): -8977056 or 6292855. OLE color: 6292855.

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

Color convert

RGB 119 5 96 -
CMYK 0 0.96 0.19 0.53
HSL 312.11º 0.92% 0.24% -
HSV(B) 312.11º 0.96% 0.47% -
XYZ 9.77 4.88 11.49 -
YUV 49.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 119 5 96 0 0.96 0.19 0.53 312.11 0.92 0.24
Hex 77 5 60 0 60 13 35 138 5C 18
Octal 167 5 140 0 140 23 65 470 134 30
Binary 1110111 101 1100000 0 1100000 10011 110101 100111000 1011100 11000

Color Harmonies of #770560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770560

Black with #770560

Text Example


Text Example

White with #770560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770560; }

 p { color: rgb(119,5,96); }

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

background-color css

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

 a { background-color: rgb(119,5,96); }

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

border-color css

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

 span { border-color: rgb(119,5,96); }

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