#76025D

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

Shades of Eggplant #76025D

Tints of Eggplant #76025D

Color information

#76025D (or 0x76025D) is unknown color: approx Eggplant. HEX triplet: 76, 02 and 5D. RGB value is (118,2,93). Sum of RGB (Red+Green+Blue) = 118+2+93=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76025D is #89FDA2. Grayscale: #2E2E2E. Windows color (decimal): -9043363 or 6095478. OLE color: 6095478.

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

Color convert

RGB118293-
CMYK00.980.210.54
HSL312.93º96.67%23.53%-
HSV(B)312.93º98.31%46.27%-
XYZ9.474.6910.76-
YUV47.06153.93178.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=55.40%
G=0.94%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11829300.980.210.54312.9396.6723.53
Hex7625D06215361396118
Octal16621350142256647114130
Binary11101101010111010110001010101110110100111001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76025D; }

 p { color: rgb(118,2,93); }

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

<style>
 a { background-color: #76025D; }

 a { background-color: rgb(118,2,93); }

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

<style>
 span { border-color: #76025D; }

 span { border-color: rgb(118,2,93); }

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