#7C0157

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

Shades of Eggplant #7C0157

Tints of Eggplant #7C0157

Color information

#7C0157 (or 0x7C0157) is unknown color: approx Eggplant. HEX triplet: 7C, 01 and 57. RGB value is (124,1,87). Sum of RGB (Red+Green+Blue) = 124+1+87=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0157 is #83FEA8. Grayscale: #2F2F2F. Windows color (decimal): -8650409 or 5702012. OLE color: 5702012.

HSL color Cylindrical-coordinate representation of color #7C0157: hue angle of 318.05º 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 #7C0157 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB124187-
CMYK00.990.300.51
HSL318.05º98.4%24.51%-
HSV(B)318.05º99.19%48.63%-
XYZ10.044.999.45-
YUV47.58150.25182.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.49%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=58.49%
G=0.47%
B=41.04%

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
Decimal12418700.990.300.51318.0598.424.51
Hex7C1570631E3313e6219
Octal17411270143366347614231
Binary1111100110101110110001111110110011100111110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,1,87); }

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

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

 a { background-color: rgb(124,1,87); }

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

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

 span { border-color: rgb(124,1,87); }

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