#770060

Color #770060 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #770060

Tints of Eggplant #770060

Color information

#770060 (or 0x770060) is unknown color: approx Eggplant. HEX triplet: 77, 00 and 60. RGB value is (119,0,96). Sum of RGB (Red+Green+Blue) = 119+0+96=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #770060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770060 is #88FF9F. Grayscale: #2E2E2E. Windows color (decimal): -8978336 or 6291575. OLE color: 6291575.

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

Color convert

RGB119096-
CMYK010.190.53
HSL311.6º100%23.33%-
HSV(B)311.6º100%46.67%-
XYZ9.724.7711.47-
YUV46.52155.92179.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=55.35%
G=0%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119096010.190.53311.610023.33
Hex7706006413351386417
Octal16701400144236547014427
Binary1110111011000000110010010011110101100111000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770060; }

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

 H1.HeaderClassName
 {
   color: #770060;
 }
 .AnyTagClassName
 {
   color: #770060;
 }
</style>
background-color css

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

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

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

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

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

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