#7C045F

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

Shades of Eggplant #7C045F

Tints of Eggplant #7C045F

Color information

#7C045F (or 0x7C045F) is unknown color: approx Eggplant. HEX triplet: 7C, 04 and 5F. RGB value is (124,4,95). Sum of RGB (Red+Green+Blue) = 124+4+95=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C045F is #83FBA0. Grayscale: #323232. Windows color (decimal): -8649633 or 6227068. OLE color: 6227068.

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

Color convert

RGB124495-
CMYK00.970.230.51
HSL314.5º93.75%25.1%-
HSV(B)314.5º96.77%48.63%-
XYZ10.425.211.28-
YUV50.25153.26180.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.61%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=55.61%
G=1.79%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12449500.970.230.51314.593.7525.1
Hex7C45F061173313a5e19
Octal17441370141276347213631
Binary111110010010111110110000110111110011100111010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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