Html Css Color HEX #79005B Eggplant

📋 copy color: '#79005B'

red 121 ◦ green 0 ◦ blue 91

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

Shades of Eggplant #79005B

Tints of Eggplant #79005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.92%

R = 57.08%
G = 0%
B = 42.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#79005B (or 0x79005B) is known color: Eggplant. HEX triplet: 79, 00 and 5B. RGB value is (121,0,91). Sum of RGB (Red+Green+Blue) = 121+0+91=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #79005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79005B is #86FFA4. Grayscale: #2E2E2E. Windows color (decimal): -8847269 or 5963897. OLE color: 5963897.

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

Color convert

RGB 121 0 91 -
CMYK 0 1 0.25 0.53
HSL 314.88º 1% 0.24% -
HSV(B) 314.88º 1% 0.47% -
XYZ 9.77 4.82 10.31 -
YUV 46.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 121 0 91 0 1 0.25 0.53 314.88 1 0.24
Hex 79 0 5B 0 64 19 35 13B 64 18
Octal 171 0 133 0 144 31 65 473 144 30
Binary 1111001 0 1011011 0 1100100 11001 110101 100111011 1100100 11000

Color Harmonies of #79005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79005B

Black with #79005B

Text Example


Text Example

White with #79005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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