#79477E

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

Shades of Eminence #79477E

Tints of Eminence #79477E

Color information

#79477E (or 0x79477E) is unknown color: approx Eminence. HEX triplet: 79, 47 and 7E. RGB value is (121,71,126). Sum of RGB (Red+Green+Blue) = 121+71+126=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 126 - color contains mainly: blue. Hex color #79477E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79477E is #86B881. Grayscale: #5C5C5C. Windows color (decimal): -8829058 or 8275833. OLE color: 8275833.

HSL color Cylindrical-coordinate representation of color #79477E: hue angle of 294.55º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79477E is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12171126-
CMYK0.040.4400.51
HSL294.55º27.92%38.63%-
HSV(B)294.55º43.65%49.41%-
XYZ13.910.0820.95-
YUV92.22147.06148.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.05%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 126 (49.61% from 255) = 39.62%
R=38.05%
G=22.33%
B=39.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121711260.040.4400.51294.5527.9238.63
Hex79477E42C0331271c27
Octal1711071764540634473447
Binary111100110001111111110100101100011001110010011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,71,126); }

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

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

 a { background-color: rgb(121,71,126); }

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

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

 span { border-color: rgb(121,71,126); }

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