#79396D

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

Shades of Eminence #79396D

Tints of Eminence #79396D

Color information

#79396D (or 0x79396D) is unknown color: approx Eminence. HEX triplet: 79, 39 and 6D. RGB value is (121,57,109). Sum of RGB (Red+Green+Blue) = 121+57+109=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #79396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79396D is #86C692. Grayscale: #515151. Windows color (decimal): -8832659 or 7158137. OLE color: 7158137.

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

Color convert

RGB12157109-
CMYK00.530.100.53
HSL311.25º35.96%34.9%-
HSV(B)311.25º52.89%47.45%-
XYZ12.118.115.39-
YUV82.06143.2155.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=42.16%
G=19.86%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215710900.530.100.53311.2535.9634.9
Hex79396D035A351372423
Octal1717115506512654674443
Binary1111001111001110110101101011010110101100110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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