#7C025E

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

Shades of Eggplant #7C025E

Tints of Eggplant #7C025E

Color information

#7C025E (or 0x7C025E) is unknown color: approx Eggplant. HEX triplet: 7C, 02 and 5E. RGB value is (124,2,94). Sum of RGB (Red+Green+Blue) = 124+2+94=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C025E is #83FDA1. Grayscale: #303030. Windows color (decimal): -8650146 or 6161020. OLE color: 6161020.

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

Color convert

RGB124294-
CMYK00.980.240.51
HSL314.75º96.83%24.71%-
HSV(B)314.75º98.39%48.63%-
XYZ10.355.1411.04-
YUV48.97153.42181.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 56.36%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=56.36%
G=0.91%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12429400.980.240.51314.7596.8324.71
Hex7C25E062183313b6119
Octal17421360142306347314131
Binary11111001010111100110001011000110011100111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,2,94); }

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

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

 a { background-color: rgb(124,2,94); }

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

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

 span { border-color: rgb(124,2,94); }

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