#7D095B

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

Shades of Eggplant #7D095B

Tints of Eggplant #7D095B

Color information

#7D095B (or 0x7D095B) is unknown color: approx Eggplant. HEX triplet: 7D, 09 and 5B. RGB value is (125,9,91). Sum of RGB (Red+Green+Blue) = 125+9+91=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D095B is #82F6A4. Grayscale: #343434. Windows color (decimal): -8582821 or 5966205. OLE color: 5966205.

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

Color convert

RGB125991-
CMYK00.930.270.51
HSL317.59º86.57%26.27%-
HSV(B)317.59º92.8%49.02%-
XYZ10.445.3110.37-
YUV53.03149.43179.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.56%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=55.56%
G=4%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12599100.930.270.51317.5986.5726.27
Hex7D95B05D1B3313e571a
Octal175111330135336347612732
Binary1111101100110110110101110111011110011100111110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,9,91); }

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

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

 a { background-color: rgb(125,9,91); }

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

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

 span { border-color: rgb(125,9,91); }

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