Html Css Color HEX #79075C Eggplant

📋 copy color: '#79075C'

red 121 ◦ green 7 ◦ blue 92

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

Shades of Eggplant #79075C

Tints of Eggplant #79075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.18%

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

R = 55%
G = 3.18%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#79075C (or 0x79075C) is known color: Eggplant. HEX triplet: 79, 07 and 5C. RGB value is (121,7,92). Sum of RGB (Red+Green+Blue) = 121+7+92=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #79075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79075C is #86F8A3. Grayscale: #323232. Windows color (decimal): -8845476 or 6031225. OLE color: 6031225.

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

Color convert

RGB 121 7 92 -
CMYK 0 0.94 0.24 0.53
HSL 315.26º 0.89% 0.25% -
HSV(B) 315.26º 0.94% 0.47% -
XYZ 9.89 4.99 10.57 -
YUV 50.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 121 7 92 0 0.94 0.24 0.53 315.26 0.89 0.25
Hex 79 7 5C 0 5E 18 35 13B 59 19
Octal 171 7 134 0 136 30 65 473 131 31
Binary 1111001 111 1011100 0 1011110 11000 110101 100111011 1011001 11001

Color Harmonies of #79075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79075C

Black with #79075C

Text Example


Text Example

White with #79075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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