COLOR #794471

HEX: #794471
RGB: (121,68,113)

Color info

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

RGB color model

#794471 color RGB value is (121,68,113).

  • red value is 121;
  • green value is 68;
  • blue value is 113.
RGB:
(121,68,113)
(47%,27%,44%)

RGB channels and saturation

R 121 of 255 = 47%
G 68 of 255 = 27%
B 113 of 255 = 44%

121
68
113

R + G + B ~ 39%. #794471 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 68 + 113 = 302 (100%)
R 121 of 302 ~ 40.07%
G 68 of 302 ~ 22.52%
B 113 of 302 ~ 37.42%

%40.07
%22.52
%37.42

CMYK color model

#794471 color CMYK value is (0,44,7,53).

  • cyan value is 0.00%
  • magenta value is 43.80%
  • yellow value is 6.61%
  • key color value is 52.55%
CMYK:
(0,44,7,53)
C0M44Y7K53 
(0%,44%,7%,53%)
(0.00/0.44/0.07/0.53)	

CMYK percentages

%0
%43.8
%6.61
%52.55

Codes

Color #794471 in popluar color models

794471
RGB12168113
HSL309°28.04%37.06%
HSB/HSV309°43.80%47.45%
CMYK0.00%43.80%6.61%
52.55%

Color #794471 in popluar number systems.

HEX794471
Decimal12168113
Binary111100110001001110001
Octal171104161

Shades and tints

Shades of #794471

#794471
(121,68,113)
#6E3E67
(110,62,103)
#63385D
(99,56,93)
#583253
(88,50,83)
#4D2C49
(77,44,73)
#42263F
(66,38,63)
#372035
(55,32,53)
#2C1A2B
(44,26,43)
#211421
(33,20,33)
#160E17
(22,14,23)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #794471

#794471
(121,68,113)
#85557D
(133,85,125)
#916689
(145,102,137)
#9D7795
(157,119,149)
#A988A1
(169,136,161)
#B599AD
(181,153,173)
#C1AAB9
(193,170,185)
#CDBBC5
(205,187,197)
#D9CCD1
(217,204,209)
#E5DDDD
(229,221,221)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794471 color. Also use rgb(121,68,113) instead hex code.

Text Font Color

.myTextColor { color: #794471; }

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

This text font color is #794471.


Background Color

.myBgColor { background-color: #794471; }

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

This div background color is #794471.


Border color

.myBorderColor { border: 1px solid #794471; }

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

This div border color is #794471.


Opacity

.myOpacity80 { color: #794471; opacity: 0.8; }

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

Text with #794471 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 #794471;}

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

This text has shadow with #794471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794471 on black background.


Color preview on white background

This text has color #794471 on white background.



Black color preview on #794471 background

This text has black color on #794471 background.


White color preview on #794471 background

This text has white color on #794471 background.