Html Css Color HEX #770460 Eggplant

📋 copy color: '#770460'

red 119 ◦ green 4 ◦ blue 96

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

Shades of Eggplant #770460

Tints of Eggplant #770460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 54.34%
G = 1.83%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#770460 (or 0x770460) is known color: Eggplant. HEX triplet: 77, 04 and 60. RGB value is (119,4,96). Sum of RGB (Red+Green+Blue) = 119+4+96=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #770460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770460 is #88FB9F. Grayscale: #303030. Windows color (decimal): -8977312 or 6292599. OLE color: 6292599.

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

Color convert

RGB 119 4 96 -
CMYK 0 0.97 0.19 0.53
HSL 312º 0.93% 0.24% -
HSV(B) 312º 0.97% 0.47% -
XYZ 9.76 4.85 11.49 -
YUV 48.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 119 4 96 0 0.97 0.19 0.53 312 0.93 0.24
Hex 77 4 60 0 61 13 35 138 5D 18
Octal 167 4 140 0 141 23 65 470 135 30
Binary 1110111 100 1100000 0 1100001 10011 110101 100111000 1011101 11000

Color Harmonies of #770460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770460

Black with #770460

Text Example


Text Example

White with #770460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770460; }

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

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

background-color css

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

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

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

border-color css

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

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

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