#7D005F

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

Shades of Eggplant #7D005F

Tints of Eggplant #7D005F

Color information

#7D005F (or 0x7D005F) is unknown color: approx Eggplant. HEX triplet: 7D, 00 and 5F. RGB value is (125,0,95). Sum of RGB (Red+Green+Blue) = 125+0+95=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D005F is #82FFA0. Grayscale: #2F2F2F. Windows color (decimal): -8585121 or 6226045. OLE color: 6226045.

HSL color Cylindrical-coordinate representation of color #7D005F: hue angle of 314.4º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D005F is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB125095-
CMYK010.240.51
HSL314.4º100%24.51%-
HSV(B)314.4º100%49.02%-
XYZ10.525.1911.27-
YUV48.2154.41182.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 56.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=56.82%
G=0%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125095010.240.51314.410024.51
Hex7D05F064183313a6419
Octal17501370144306347214431
Binary1111101010111110110010011000110011100111010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D005F; }

 p { color: rgb(125,0,95); }

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

<style>
 a { background-color: #7D005F; }

 a { background-color: rgb(125,0,95); }

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

<style>
 span { border-color: #7D005F; }

 span { border-color: rgb(125,0,95); }

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