Html Css Color HEX #79005C Eggplant

📋 copy color: '#79005C'

red 121 ◦ green 0 ◦ blue 92

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

Shades of Eggplant #79005C

Tints of Eggplant #79005C

RGB

 RED value IS 121 (47.66% from 255) = 56.81%

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

 BLUE value IS 92 (36.33% from 255) = 43.19%

R = 56.81%
G = 0%
B = 43.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#79005C (or 0x79005C) is known color: Eggplant. HEX triplet: 79, 00 and 5C. RGB value is (121,0,92). Sum of RGB (Red+Green+Blue) = 121+0+92=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #79005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79005C is #86FFA3. Grayscale: #2E2E2E. Windows color (decimal): -8847268 or 6029433. OLE color: 6029433.

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

Color convert

RGB 121 0 92 -
CMYK 0 1 0.24 0.53
HSL 314.38º 1% 0.24% -
HSV(B) 314.38º 1% 0.47% -
XYZ 9.82 4.84 10.54 -
YUV 46.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 121 0 92 0 1 0.24 0.53 314.38 1 0.24
Hex 79 0 5C 0 64 18 35 13A 64 18
Octal 171 0 134 0 144 30 65 472 144 30
Binary 1111001 0 1011100 0 1100100 11000 110101 100111010 1100100 11000

Color Harmonies of #79005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79005C

Black with #79005C

Text Example


Text Example

White with #79005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79005C; }

 p { color: rgb(121,0,92); }

 H1.HeaderClassName
 {
   color: #79005C;
 }
 .AnyTagClassName
 {
   color: #79005C;
 }
</style>

background-color css

<style>
 a { background-color: #79005C; }

 a { background-color: rgb(121,0,92); }

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

border-color css

<style>
 span { border-color: #79005C; }

 span { border-color: rgb(121,0,92); }

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