#77055F

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

Shades of Eggplant #77055F

Tints of Eggplant #77055F

Color information

#77055F (or 0x77055F) is unknown color: approx Eggplant. HEX triplet: 77, 05 and 5F. RGB value is (119,5,95). Sum of RGB (Red+Green+Blue) = 119+5+95=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77055F is #88FAA0. Grayscale: #313131. Windows color (decimal): -8977057 or 6227319. OLE color: 6227319.

HSL color Cylindrical-coordinate representation of color #77055F: hue angle of 312.63º 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 #77055F is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB119595-
CMYK00.960.200.53
HSL312.63º91.94%24.31%-
HSV(B)312.63º95.8%46.67%-
XYZ9.734.8611.25-
YUV49.35153.77177.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 5 (2.34% from 255) = 2.28%
BLUE value IS 95 (37.5% from 255) = 43.38%
R=54.34%
G=2.28%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11959500.960.200.53312.6391.9424.31
Hex7755F06014351395c18
Octal16751370140246547113430
Binary111011110110111110110000010100110101100111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77055F; }

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

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

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

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

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

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

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

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