Html Css Color HEX #7C005E Eggplant

📋 copy color: '#7C005E'

red 124 ◦ green 0 ◦ blue 94

#7C005E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #7C005E

Tints of Eggplant #7C005E

RGB

 RED value IS 124 (48.83% from 255) = 56.88%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 43.12%

R = 56.88%
G = 0%
B = 43.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7C005E (or 0x7C005E) is known color: Eggplant. HEX triplet: 7C, 00 and 5E. RGB value is (124,0,94). Sum of RGB (Red+Green+Blue) = 124+0+94=218 (28% of max value = 765). Red value is 124 (48.83% from 255 or 56.88% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 124 - color contains mainly: red. Hex color #7C005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C005E is #83FFA1. Grayscale: #2F2F2F. Windows color (decimal): -8650658 or 6160508. OLE color: 6160508.

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

Color convert

RGB 124 0 94 -
CMYK 0 1 0.24 0.51
HSL 314.52º 1% 0.24% -
HSV(B) 314.52º 1% 0.49% -
XYZ 10.33 5.09 11.03 -
YUV 47.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 124 0 94 0 1 0.24 0.51 314.52 1 0.24
Hex 7C 0 5E 0 64 18 33 13B 64 18
Octal 174 0 136 0 144 30 63 473 144 30
Binary 1111100 0 1011110 0 1100100 11000 110011 100111011 1100100 11000

Color Harmonies of #7C005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C005E

Black with #7C005E

Text Example


Text Example

White with #7C005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C005E;
 }
 .AnyTagClassName
 {
   color: #7C005E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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