#76055C

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

Shades of Eggplant #76055C

Tints of Eggplant #76055C

Color information

#76055C (or 0x76055C) is unknown color: approx Eggplant. HEX triplet: 76, 05 and 5C. RGB value is (118,5,92). Sum of RGB (Red+Green+Blue) = 118+5+92=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76055C is #89FAA3. Grayscale: #303030. Windows color (decimal): -9042596 or 6030710. OLE color: 6030710.

HSL color Cylindrical-coordinate representation of color #76055C: hue angle of 313.81º 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 #76055C is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB118592-
CMYK00.960.220.54
HSL313.81º91.87%24.12%-
HSV(B)313.81º95.76%46.27%-
XYZ9.464.7310.54-
YUV48.7152.44177.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 5 (2.34% from 255) = 2.33%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=54.88%
G=2.33%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11859200.960.220.54313.8191.8724.12
Hex7655C060163613a5c18
Octal16651340140266647213430
Binary111011010110111000110000010110110110100111010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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