#77025D

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

Shades of Eggplant #77025D

Tints of Eggplant #77025D

Color information

#77025D (or 0x77025D) is unknown color: approx Eggplant. HEX triplet: 77, 02 and 5D. RGB value is (119,2,93). Sum of RGB (Red+Green+Blue) = 119+2+93=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77025D is #88FDA2. Grayscale: #2F2F2F. Windows color (decimal): -8977827 or 6095479. OLE color: 6095479.

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

Color convert

RGB119293-
CMYK00.980.220.53
HSL313.33º96.69%23.73%-
HSV(B)313.33º98.32%46.67%-
XYZ9.614.7610.77-
YUV47.36153.76179.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=55.61%
G=0.93%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11929300.980.220.53313.3396.6923.73
Hex7725D06216351396118
Octal16721350142266547114130
Binary11101111010111010110001010110110101100111001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77025D; }

 p { color: rgb(119,2,93); }

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

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

 a { background-color: rgb(119,2,93); }

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

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

 span { border-color: rgb(119,2,93); }

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