Html Css Color HEX #7C055A Eggplant

📋 copy color: '#7C055A'

red 124 ◦ green 5 ◦ blue 90

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

Shades of Eggplant #7C055A

Tints of Eggplant #7C055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

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

R = 56.62%
G = 2.28%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C055A (or 0x7C055A) is known color: Eggplant. HEX triplet: 7C, 05 and 5A. RGB value is (124,5,90). Sum of RGB (Red+Green+Blue) = 124+5+90=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C055A is #83FAA5. Grayscale: #323232. Windows color (decimal): -8649382 or 5899644. OLE color: 5899644.

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

Color convert

RGB 124 5 90 -
CMYK 0 0.96 0.27 0.51
HSL 317.14º 0.92% 0.25% -
HSV(B) 317.14º 0.96% 0.49% -
XYZ 10.21 5.13 10.13 -
YUV 50.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 124 5 90 0 0.96 0.27 0.51 317.14 0.92 0.25
Hex 7C 5 5A 0 60 1B 33 13D 5C 19
Octal 174 5 132 0 140 33 63 475 134 31
Binary 1111100 101 1011010 0 1100000 11011 110011 100111101 1011100 11001

Color Harmonies of #7C055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C055A

Black with #7C055A

Text Example


Text Example

White with #7C055A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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