Html Css Color HEX #79005E Eggplant

📋 copy color: '#79005E'

red 121 ◦ green 0 ◦ blue 94

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

Shades of Eggplant #79005E

Tints of Eggplant #79005E

RGB

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

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

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

R = 56.28%
G = 0%
B = 43.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#79005E (or 0x79005E) is known color: Eggplant. HEX triplet: 79, 00 and 5E. RGB value is (121,0,94). Sum of RGB (Red+Green+Blue) = 121+0+94=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79005E is #86FFA1. Grayscale: #2E2E2E. Windows color (decimal): -8847266 or 6160505. OLE color: 6160505.

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

Color convert

RGB 121 0 94 -
CMYK 0 1 0.22 0.53
HSL 313.39º 1% 0.24% -
HSV(B) 313.39º 1% 0.47% -
XYZ 9.91 4.87 11.01 -
YUV 46.9 154.59 180.86 -
System Red Green Blue C M Y K H S L
Decimal 121 0 94 0 1 0.22 0.53 313.39 1 0.24
Hex 79 0 5E 0 64 16 35 139 64 18
Octal 171 0 136 0 144 26 65 471 144 30
Binary 1111001 0 1011110 0 1100100 10110 110101 100111001 1100100 11000

Color Harmonies of #79005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79005E

Black with #79005E

Text Example


Text Example

White with #79005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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