#7F025F

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

Shades of Eggplant #7F025F

Tints of Eggplant #7F025F

Color information

#7F025F (or 0x7F025F) is unknown color: approx Eggplant. HEX triplet: 7F, 02 and 5F. RGB value is (127,2,95). Sum of RGB (Red+Green+Blue) = 127+2+95=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F025F is #80FDA0. Grayscale: #313131. Windows color (decimal): -8453537 or 6226559. OLE color: 6226559.

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

Color convert

RGB127295-
CMYK00.980.250.50
HSL315.36º96.9%25.29%-
HSV(B)315.36º98.43%49.8%-
XYZ10.845.3811.29-
YUV49.98153.41182.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.70%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 95 (37.5% from 255) = 42.41%
R=56.70%
G=0.89%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12729500.980.250.50315.3696.925.29
Hex7F25F062193213b6119
Octal17721370142316247314131
Binary11111111010111110110001011001110010100111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,2,95); }

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

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

 a { background-color: rgb(127,2,95); }

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

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

 span { border-color: rgb(127,2,95); }

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