#79386F

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

Shades of Eminence #79386F

Tints of Eminence #79386F

Color information

#79386F (or 0x79386F) is unknown color: approx Eminence. HEX triplet: 79, 38 and 6F. RGB value is (121,56,111). Sum of RGB (Red+Green+Blue) = 121+56+111=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #79386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79386F is #86C790. Grayscale: #515151. Windows color (decimal): -8832913 or 7288953. OLE color: 7288953.

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

Color convert

RGB12156111-
CMYK00.540.080.53
HSL309.23º36.72%34.71%-
HSV(B)309.23º53.72%47.45%-
XYZ12.178.0415.95-
YUV81.7144.53156.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 56 (22.27% from 255) = 19.44%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=42.01%
G=19.44%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215611100.540.080.53309.2336.7234.71
Hex79386F0368351352523
Octal1717015706610654654543
Binary1111001111000110111101101101000110101100110101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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