#76055E

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

Shades of Eggplant #76055E

Tints of Eggplant #76055E

Color information

#76055E (or 0x76055E) is unknown color: approx Eggplant. HEX triplet: 76, 05 and 5E. RGB value is (118,5,94). Sum of RGB (Red+Green+Blue) = 118+5+94=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76055E is #89FAA1. Grayscale: #303030. Windows color (decimal): -9042594 or 6161782. OLE color: 6161782.

HSL color Cylindrical-coordinate representation of color #76055E: hue angle of 312.74º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76055E is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB118594-
CMYK00.960.200.54
HSL312.74º91.87%24.12%-
HSV(B)312.74º95.76%46.27%-
XYZ9.554.7711.01-
YUV48.93153.44177.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 94 (37.11% from 255) = 43.32%
R=54.38%
G=2.30%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11859400.960.200.54312.7491.8724.12
Hex7655E06014361395c18
Octal16651360140246647113430
Binary111011010110111100110000010100110110100111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76055E; }

 p { color: rgb(118,5,94); }

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

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

 a { background-color: rgb(118,5,94); }

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

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

 span { border-color: rgb(118,5,94); }

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