#76005B

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

Shades of Eggplant #76005B

Tints of Eggplant #76005B

Color information

#76005B (or 0x76005B) is unknown color: approx Eggplant. HEX triplet: 76, 00 and 5B. RGB value is (118,0,91). Sum of RGB (Red+Green+Blue) = 118+0+91=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #76005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76005B is #89FFA4. Grayscale: #2D2D2D. Windows color (decimal): -9043877 or 5963894. OLE color: 5963894.

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

Color convert

RGB118091-
CMYK010.230.54
HSL313.73º100%23.14%-
HSV(B)313.73º100%46.27%-
XYZ9.364.6110.29-
YUV45.66153.59179.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=56.46%
G=0%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118091010.230.54313.7310023.14
Hex7605B064173613a6417
Octal16601330144276647214427
Binary1110110010110110110010010111110110100111010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76005B; }

 p { color: rgb(118,0,91); }

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

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

 a { background-color: rgb(118,0,91); }

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

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

 span { border-color: rgb(118,0,91); }

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