#79416D

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

Shades of Eminence #79416D

Tints of Eminence #79416D

Color information

#79416D (or 0x79416D) is unknown color: approx Eminence. HEX triplet: 79, 41 and 6D. RGB value is (121,65,109). Sum of RGB (Red+Green+Blue) = 121+65+109=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #79416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79416D is #86BE92. Grayscale: #565656. Windows color (decimal): -8830611 or 7160185. OLE color: 7160185.

HSL color Cylindrical-coordinate representation of color #79416D: hue angle of 312.86º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79416D is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12165109-
CMYK00.460.100.53
HSL312.86º30.11%36.47%-
HSV(B)312.86º46.28%47.45%-
XYZ12.548.9515.53-
YUV86.76140.55152.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 65 (25.78% from 255) = 22.03%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=41.02%
G=22.03%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216510900.460.100.53312.8630.1136.47
Hex79416D02EA351391e24
Octal17110115505612654713644
Binary1111001100000111011010101110101011010110011100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,65,109); }

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

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

 a { background-color: rgb(121,65,109); }

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

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

 span { border-color: rgb(121,65,109); }

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