#7D0158

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

Shades of Eggplant #7D0158

Tints of Eggplant #7D0158

Color information

#7D0158 (or 0x7D0158) is unknown color: approx Eggplant. HEX triplet: 7D, 01 and 58. RGB value is (125,1,88). Sum of RGB (Red+Green+Blue) = 125+1+88=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0158 is #82FEA7. Grayscale: #2F2F2F. Windows color (decimal): -8584872 or 5767549. OLE color: 5767549.

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

Color convert

RGB125188-
CMYK00.990.300.51
HSL317.9º98.41%24.71%-
HSV(B)317.9º99.2%49.02%-
XYZ10.235.099.68-
YUV47.99150.58182.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 58.41%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=58.41%
G=0.47%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12518800.990.300.51317.998.4124.71
Hex7D1580631E3313e6219
Octal17511300143366347614231
Binary1111101110110000110001111110110011100111110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,1,88); }

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

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

 a { background-color: rgb(125,1,88); }

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

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

 span { border-color: rgb(125,1,88); }

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