#79477F

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

Shades of Eminence #79477F

Tints of Eminence #79477F

Color information

#79477F (or 0x79477F) is unknown color: approx Eminence. HEX triplet: 79, 47 and 7F. RGB value is (121,71,127). Sum of RGB (Red+Green+Blue) = 121+71+127=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #79477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79477F is #86B880. Grayscale: #5C5C5C. Windows color (decimal): -8829057 or 8341369. OLE color: 8341369.

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

Color convert

RGB12171127-
CMYK0.050.4400.50
HSL293.57º28.28%38.82%-
HSV(B)293.57º44.09%49.8%-
XYZ13.9710.121.29-
YUV92.33147.56148.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 71 (28.12% from 255) = 22.26%
BLUE value IS 127 (50% from 255) = 39.81%
R=37.93%
G=22.26%
B=39.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121711270.050.4400.50293.5728.2838.82
Hex79477F52C0321261c27
Octal1711071775540624463447
Binary111100110001111111111101101100011001010010011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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