COLOR #79497D

HEX: #79497D
RGB: (121,73,125)

Color info

#79497D contains red, green and blue colors in about the same proportion. Web safe color of #79497D is #663366 (or #636).

RGB color model

#79497D color RGB value is (121,73,125).

  • red value is 121;
  • green value is 73;
  • blue value is 125.
RGB:
(121,73,125)
(47%,29%,49%)

RGB channels and saturation

R 121 of 255 = 47%
G 73 of 255 = 29%
B 125 of 255 = 49%

121
73
125

R + G + B ~ 42%. #79497D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 73 + 125 = 319 (100%)
R 121 of 319 ~ 37.93%
G 73 of 319 ~ 22.88%
B 125 of 319 ~ 39.18%

%37.93
%22.88
%39.18

CMYK color model

#79497D color CMYK value is (3,42,0,51).

  • cyan value is 3.20%
  • magenta value is 41.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(3,42,0,51)
C3M42Y0K51 
(3%,42%,0%,51%)
(0.03/0.42/0.00/0.51)	

CMYK percentages

%3.2
%41.6
%0
%50.98

Codes

Color #79497D in popluar color models

79497D
RGB12173125
HSL295°26.26%38.82%
HSB/HSV295°41.60%49.02%
CMYK3.20%41.60%0.00%
50.98%

Color #79497D in popluar number systems.

HEX79497D
Decimal12173125
Binary111100110010011111101
Octal171111175

Shades and tints

Shades of #79497D

#79497D
(121,73,125)
#6E4372
(110,67,114)
#633D67
(99,61,103)
#58375C
(88,55,92)
#4D3151
(77,49,81)
#422B46
(66,43,70)
#37253B
(55,37,59)
#2C1F30
(44,31,48)
#211925
(33,25,37)
#16131A
(22,19,26)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #79497D

#79497D
(121,73,125)
#855988
(133,89,136)
#916993
(145,105,147)
#9D799E
(157,121,158)
#A989A9
(169,137,169)
#B599B4
(181,153,180)
#C1A9BF
(193,169,191)
#CDB9CA
(205,185,202)
#D9C9D5
(217,201,213)
#E5D9E0
(229,217,224)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79497D color. Also use rgb(121,73,125) instead hex code.

Text Font Color

.myTextColor { color: #79497D; }

<p style="color:#79497D">This sample text font color is #79497D.</p>

This text font color is #79497D.


Background Color

.myBgColor { background-color: #79497D; }

<div style="background-color:#79497D">Inner text</div>

This div background color is #79497D.


Border color

.myBorderColor { border: 1px solid #79497D; }

<div style="border:3px solid #79497D">Div</div>

This div border color is #79497D.


Opacity

.myOpacity80 { color: #79497D; opacity: 0.8; }

<p style="color:#79497D;opacity:0.8;">80%</p>

Text with #79497D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #79497D;}

<p style="text-shadow: 3px 3px 1px #79497D">Text here.</p>

This text has shadow with #79497D color.

.textShadow {text-shadow: 3px 3px 1px #79497D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #79497D, 5px 5px 20px red">Text here.</p>

This text has shadow with #79497D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#79497D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#79497D, Direction=45, Strength=4)">Text</p>

This text has shadow with #79497D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #79497D;
  -webkit-box-shadow:	1px 1px 3px 2px #79497D;
  box-shadow:		1px 1px 3px 2px #79497D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #79497D;
-webkit-box-shadow: 1px 1px 3px 2px #79497D;
box-shadow:1px 1px 3px 2px #79497D;">
Div content here</div>
This div box has shadow with color #79497D.

Preview

Color preview on black background

This text has color #79497D on black background.


Color preview on white background

This text has color #79497D on white background.



Black color preview on #79497D background

This text has black color on #79497D background.


White color preview on #79497D background

This text has white color on #79497D background.