Html Css Color HEX #79005D Eggplant

📋 copy color: '#79005D'

red 121 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #79005D

Tints of Eggplant #79005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.46%

R = 56.54%
G = 0%
B = 43.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#79005D (or 0x79005D) is known color: Eggplant. HEX triplet: 79, 00 and 5D. RGB value is (121,0,93). Sum of RGB (Red+Green+Blue) = 121+0+93=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #79005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79005D is #86FFA2. Grayscale: #2E2E2E. Windows color (decimal): -8847267 or 6094969. OLE color: 6094969.

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

Color convert

RGB 121 0 93 -
CMYK 0 1 0.23 0.53
HSL 313.88º 1% 0.24% -
HSV(B) 313.88º 1% 0.47% -
XYZ 9.86 4.86 10.77 -
YUV 46.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 121 0 93 0 1 0.23 0.53 313.88 1 0.24
Hex 79 0 5D 0 64 17 35 13A 64 18
Octal 171 0 135 0 144 27 65 472 144 30
Binary 1111001 0 1011101 0 1100100 10111 110101 100111010 1100100 11000

Color Harmonies of #79005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79005D

Black with #79005D

Text Example


Text Example

White with #79005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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