#7C055B

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

Shades of Eggplant #7C055B

Tints of Eggplant #7C055B

Color information

#7C055B (or 0x7C055B) is unknown color: approx Eggplant. HEX triplet: 7C, 05 and 5B. RGB value is (124,5,91). Sum of RGB (Red+Green+Blue) = 124+5+91=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C055B is #83FAA4. Grayscale: #323232. Windows color (decimal): -8649381 or 5965180. OLE color: 5965180.

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

Color convert

RGB124591-
CMYK00.960.270.51
HSL316.64º92.25%25.29%-
HSV(B)316.64º95.97%48.63%-
XYZ10.255.1510.35-
YUV50.39150.92180.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 56.36%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=56.36%
G=2.27%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12459100.960.270.51316.6492.2525.29
Hex7C55B0601B3313d5c19
Octal17451330140336347513431
Binary111110010110110110110000011011110011100111101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,5,91); }

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

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

 a { background-color: rgb(124,5,91); }

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

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

 span { border-color: rgb(124,5,91); }

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