Html Css Color HEX #7C0061 Eggplant

📋 copy color: '#7C0061'

red 124 ◦ green 0 ◦ blue 97

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

Shades of Eggplant #7C0061

Tints of Eggplant #7C0061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 43.89%

R = 56.11%
G = 0%
B = 43.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7C0061 (or 0x7C0061) is known color: Eggplant. HEX triplet: 7C, 00 and 61. RGB value is (124,0,97). Sum of RGB (Red+Green+Blue) = 124+0+97=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0061 is #83FF9E. Grayscale: #2F2F2F. Windows color (decimal): -8650655 or 6357116. OLE color: 6357116.

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

Color convert

RGB 124 0 97 -
CMYK 0 1 0.22 0.51
HSL 313.06º 1% 0.24% -
HSV(B) 313.06º 1% 0.49% -
XYZ 10.47 5.15 11.75 -
YUV 48.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 124 0 97 0 1 0.22 0.51 313.06 1 0.24
Hex 7C 0 61 0 64 16 33 139 64 18
Octal 174 0 141 0 144 26 63 471 144 30
Binary 1111100 0 1100001 0 1100100 10110 110011 100111001 1100100 11000

Color Harmonies of #7C0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0061

Black with #7C0061

Text Example


Text Example

White with #7C0061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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