#79497D

Color #79497D Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #79497D

Tints of Eminence #79497D

Color information

#79497D (or 0x79497D) is unknown color: approx Eminence. HEX triplet: 79, 49 and 7D. RGB value is (121,73,125). Sum of RGB (Red+Green+Blue) = 121+73+125=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 125 - color contains mainly: blue. Hex color #79497D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79497D is #86B682. Grayscale: #5D5D5D. Windows color (decimal): -8828547 or 8210809. OLE color: 8210809.

HSL color Cylindrical-coordinate representation of color #79497D: hue angle of 295.38º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79497D is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12173125-
CMYK0.030.4200.51
HSL295.38º26.26%38.82%-
HSV(B)295.38º41.6%49.02%-
XYZ13.9710.3120.66-
YUV93.28145.9147.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 73 (28.91% from 255) = 22.88%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=37.93%
G=22.88%
B=39.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121731250.030.4200.51295.3826.2638.82
Hex79497D32A0331271a27
Octal1711111753520634473247
Binary11110011001001111110111101010011001110010011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,73,125); }

 H1.HeaderClassName
 {
   color: #79497D;
 }
 .AnyTagClassName
 {
   color: #79497D;
 }
</style>
background-color css

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

 a { background-color: rgb(121,73,125); }

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

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

 span { border-color: rgb(121,73,125); }

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