#7F125B

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

Shades of Eggplant #7F125B

Tints of Eggplant #7F125B

Color information

#7F125B (or 0x7F125B) is unknown color: approx Eggplant. HEX triplet: 7F, 12 and 5B. RGB value is (127,18,91). Sum of RGB (Red+Green+Blue) = 127+18+91=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F125B is #80EDA4. Grayscale: #3A3A3A. Windows color (decimal): -8449445 or 5968511. OLE color: 5968511.

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

Color convert

RGB1271891-
CMYK00.860.280.50
HSL319.82º75.17%28.43%-
HSV(B)319.82º85.83%49.8%-
XYZ10.865.710.43-
YUV58.91146.11176.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.81%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=53.81%
G=7.63%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127189100.860.280.50319.8275.1728.43
Hex7F125B0561C321404b1c
Octal177221330126346250011334
Binary11111111001010110110101011011100110010101000000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,18,91); }

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

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

 a { background-color: rgb(127,18,91); }

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

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

 span { border-color: rgb(127,18,91); }

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