#79497B

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

Shades of Eminence #79497B

Tints of Eminence #79497B

Color information

#79497B (or 0x79497B) is unknown color: approx Eminence. HEX triplet: 79, 49 and 7B. RGB value is (121,73,123). Sum of RGB (Red+Green+Blue) = 121+73+123=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #79497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79497B is #86B684. Grayscale: #5C5C5C. Windows color (decimal): -8828549 or 8079737. OLE color: 8079737.

HSL color Cylindrical-coordinate representation of color #79497B: hue angle of 297.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79497B is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12173123-
CMYK0.020.4100.52
HSL297.6º25.51%38.43%-
HSV(B)297.6º40.65%48.24%-
XYZ13.8410.2619.99-
YUV93.05144.9147.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.17%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=38.17%
G=23.03%
B=38.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121731230.020.4100.52297.625.5138.43
Hex79497B22903412a1a26
Octal1711111732510644523246
Binary11110011001001111101110101001011010010010101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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