#7C0E5C

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

Shades of Eggplant #7C0E5C

Tints of Eggplant #7C0E5C

Color information

#7C0E5C (or 0x7C0E5C) is unknown color: approx Eggplant. HEX triplet: 7C, 0E and 5C. RGB value is (124,14,92). Sum of RGB (Red+Green+Blue) = 124+14+92=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0E5C is #83F1A3. Grayscale: #373737. Windows color (decimal): -8647076 or 6033020. OLE color: 6033020.

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

Color convert

RGB1241492-
CMYK00.890.260.51
HSL317.45º79.71%27.06%-
HSV(B)317.45º88.71%48.63%-
XYZ10.45.3710.61-
YUV55.78148.44176.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.91%
GREEN value IS 14 (5.86% from 255) = 6.09%
BLUE value IS 92 (36.33% from 255) = 40%
R=53.91%
G=6.09%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124149200.890.260.51317.4579.7127.06
Hex7CE5C0591A3313d501b
Octal174161340131326347512033
Binary1111100111010111000101100111010110011100111101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,14,92); }

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

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

 a { background-color: rgb(124,14,92); }

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

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

 span { border-color: rgb(124,14,92); }

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