Html Css Color HEX #79085E Eggplant

📋 copy color: '#79085E'

red 121 ◦ green 8 ◦ blue 94

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

Shades of Eggplant #79085E

Tints of Eggplant #79085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

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

R = 54.26%
G = 3.59%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#79085E (or 0x79085E) is known color: Eggplant. HEX triplet: 79, 08 and 5E. RGB value is (121,8,94). Sum of RGB (Red+Green+Blue) = 121+8+94=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #79085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79085E is #86F7A1. Grayscale: #333333. Windows color (decimal): -8845218 or 6162553. OLE color: 6162553.

HSL color Cylindrical-coordinate representation of color #79085E: hue angle of 314.34º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79085E is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 8 94 -
CMYK 0 0.93 0.22 0.53
HSL 314.34º 0.88% 0.25% -
HSV(B) 314.34º 0.93% 0.47% -
XYZ 9.99 5.05 11.04 -
YUV 51.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 121 8 94 0 0.93 0.22 0.53 314.34 0.88 0.25
Hex 79 8 5E 0 5D 16 35 13A 58 19
Octal 171 10 136 0 135 26 65 472 130 31
Binary 1111001 1000 1011110 0 1011101 10110 110101 100111010 1011000 11001

Color Harmonies of #79085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79085E

Black with #79085E

Text Example


Text Example

White with #79085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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