#7D045C

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

Shades of Eggplant #7D045C

Tints of Eggplant #7D045C

Color information

#7D045C (or 0x7D045C) is unknown color: approx Eggplant. HEX triplet: 7D, 04 and 5C. RGB value is (125,4,92). Sum of RGB (Red+Green+Blue) = 125+4+92=221 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.56% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 125 - color contains mainly: red. Hex color #7D045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D045C is #82FBA3. Grayscale: #313131. Windows color (decimal): -8584100 or 6030461. OLE color: 6030461.

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

Color convert

RGB125492-
CMYK00.970.260.51
HSL316.36º93.8%25.29%-
HSV(B)316.36º96.8%49.02%-
XYZ10.435.2210.58-
YUV50.21151.59181.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 56.56%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=56.56%
G=1.81%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12549200.970.260.51316.3693.825.29
Hex7D45C0611A3313c5e19
Octal17541340141326347413631
Binary111110110010111000110000111010110011100111100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,4,92); }

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

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

 a { background-color: rgb(125,4,92); }

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

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

 span { border-color: rgb(125,4,92); }

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