#79416F

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

Shades of Eminence #79416F

Tints of Eminence #79416F

Color information

#79416F (or 0x79416F) is unknown color: approx Eminence. HEX triplet: 79, 41 and 6F. RGB value is (121,65,111). Sum of RGB (Red+Green+Blue) = 121+65+111=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #79416F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79416F is #86BE90. Grayscale: #565656. Windows color (decimal): -8830609 or 7291257. OLE color: 7291257.

HSL color Cylindrical-coordinate representation of color #79416F: hue angle of 310.71º 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 #79416F is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12165111-
CMYK00.460.080.53
HSL310.71º30.11%36.47%-
HSV(B)310.71º46.28%47.45%-
XYZ12.648.9916.11-
YUV86.99141.55152.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.74%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=40.74%
G=21.89%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216511100.460.080.53310.7130.1136.47
Hex79416F02E8351371e24
Octal17110115705610654673644
Binary1111001100000111011110101110100011010110011011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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