Html Css Color HEX #7C075A Eggplant

📋 copy color: '#7C075A'

red 124 ◦ green 7 ◦ blue 90

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

Shades of Eggplant #7C075A

Tints of Eggplant #7C075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.17%

 BLUE value IS 90 (35.55% from 255) = 40.72%

R = 56.11%
G = 3.17%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C075A (or 0x7C075A) is known color: Eggplant. HEX triplet: 7C, 07 and 5A. RGB value is (124,7,90). Sum of RGB (Red+Green+Blue) = 124+7+90=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C075A is #83F8A5. Grayscale: #333333. Windows color (decimal): -8648870 or 5900156. OLE color: 5900156.

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

Color convert

RGB 124 7 90 -
CMYK 0 0.94 0.27 0.51
HSL 317.44º 0.89% 0.26% -
HSV(B) 317.44º 0.94% 0.49% -
XYZ 10.23 5.18 10.13 -
YUV 51.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 124 7 90 0 0.94 0.27 0.51 317.44 0.89 0.26
Hex 7C 7 5A 0 5E 1B 33 13D 59 1A
Octal 174 7 132 0 136 33 63 475 131 32
Binary 1111100 111 1011010 0 1011110 11011 110011 100111101 1011001 11010

Color Harmonies of #7C075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C075A

Black with #7C075A

Text Example


Text Example

White with #7C075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,7,90); }

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

background-color css

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

 a { background-color: rgb(124,7,90); }

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

border-color css

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

 span { border-color: rgb(124,7,90); }

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