#7F045C

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

Shades of Eggplant #7F045C

Tints of Eggplant #7F045C

Color information

#7F045C (or 0x7F045C) is unknown color: approx Eggplant. HEX triplet: 7F, 04 and 5C. RGB value is (127,4,92). Sum of RGB (Red+Green+Blue) = 127+4+92=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F045C is #80FBA3. Grayscale: #323232. Windows color (decimal): -8453028 or 6030463. OLE color: 6030463.

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

Color convert

RGB127492-
CMYK00.970.280.50
HSL317.07º93.89%25.69%-
HSV(B)317.07º96.85%49.8%-
XYZ10.735.3710.6-
YUV50.81151.25182.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.95%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=56.95%
G=1.79%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12749200.970.280.50317.0793.8925.69
Hex7F45C0611C3213d5e1a
Octal17741340141346247513632
Binary111111110010111000110000111100110010100111101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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