#76045E

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

Shades of Eggplant #76045E

Tints of Eggplant #76045E

Color information

#76045E (or 0x76045E) is unknown color: approx Eggplant. HEX triplet: 76, 04 and 5E. RGB value is (118,4,94). Sum of RGB (Red+Green+Blue) = 118+4+94=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76045E is #89FBA1. Grayscale: #303030. Windows color (decimal): -9042850 or 6161526. OLE color: 6161526.

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

Color convert

RGB118494-
CMYK00.970.200.54
HSL312.63º93.44%23.92%-
HSV(B)312.63º96.61%46.27%-
XYZ9.544.7511-
YUV48.35153.77177.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 4 (1.95% from 255) = 1.85%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=54.63%
G=1.85%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11849400.970.200.54312.6393.4423.92
Hex7645E06114361395d18
Octal16641360141246647113530
Binary111011010010111100110000110100110110100111001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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