#76045B

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

Shades of Eggplant #76045B

Tints of Eggplant #76045B

Color information

#76045B (or 0x76045B) is unknown color: approx Eggplant. HEX triplet: 76, 04 and 5B. RGB value is (118,4,91). Sum of RGB (Red+Green+Blue) = 118+4+91=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76045B is #89FBA4. Grayscale: #2F2F2F. Windows color (decimal): -9042853 or 5964918. OLE color: 5964918.

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

Color convert

RGB118491-
CMYK00.970.230.54
HSL314.21º93.44%23.92%-
HSV(B)314.21º96.61%46.27%-
XYZ9.44.6910.31-
YUV48152.27177.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 4 (1.95% from 255) = 1.88%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=55.40%
G=1.88%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11849100.970.230.54314.2193.4423.92
Hex7645B061173613a5d18
Octal16641330141276647213530
Binary111011010010110110110000110111110110100111010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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