#7C055F

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

Shades of Eggplant #7C055F

Tints of Eggplant #7C055F

Color information

#7C055F (or 0x7C055F) is unknown color: approx Eggplant. HEX triplet: 7C, 05 and 5F. RGB value is (124,5,95). Sum of RGB (Red+Green+Blue) = 124+5+95=224 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.36% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 124 - color contains mainly: red. Hex color #7C055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C055F is #83FAA0. Grayscale: #323232. Windows color (decimal): -8649377 or 6227324. OLE color: 6227324.

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

Color convert

RGB124595-
CMYK00.960.230.51
HSL314.62º92.25%25.29%-
HSV(B)314.62º95.97%48.63%-
XYZ10.435.2211.28-
YUV50.84152.92180.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.36%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 95 (37.5% from 255) = 42.41%
R=55.36%
G=2.23%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12459500.960.230.51314.6292.2525.29
Hex7C55F060173313b5c19
Octal17451370140276347313431
Binary111110010110111110110000010111110011100111011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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