#79386E

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

Shades of Eminence #79386E

Tints of Eminence #79386E

Color information

#79386E (or 0x79386E) is unknown color: approx Eminence. HEX triplet: 79, 38 and 6E. RGB value is (121,56,110). Sum of RGB (Red+Green+Blue) = 121+56+110=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #79386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79386E is #86C791. Grayscale: #515151. Windows color (decimal): -8832914 or 7223417. OLE color: 7223417.

HSL color Cylindrical-coordinate representation of color #79386E: hue angle of 310.15º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #79386E is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12156110-
CMYK00.540.090.53
HSL310.15º36.72%34.71%-
HSV(B)310.15º53.72%47.45%-
XYZ12.118.0215.66-
YUV81.59144.03156.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=42.16%
G=19.51%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215611000.540.090.53310.1536.7234.71
Hex79386E0369351362523
Octal1717015606611654664543
Binary1111001111000110111001101101001110101100110110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,56,110); }

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

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

 a { background-color: rgb(121,56,110); }

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

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

 span { border-color: rgb(121,56,110); }

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