COLOR #793371

HEX: #793371
RGB: (121,51,113)

Color info

#793371 contains mainly red and blue colors. Web safe color of #793371 is #663366 (or #636).

RGB color model

#793371 color RGB value is (121,51,113).

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

RGB channels and saturation

R 121 of 255 = 47%
G 51 of 255 = 20%
B 113 of 255 = 44%

121
51
113

R + G + B ~ 37%. #793371 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 51 + 113 = 285 (100%)
R 121 of 285 ~ 42.46%
G 51 of 285 ~ 17.89%
B 113 of 285 ~ 39.65%

%42.46
%17.89
%39.65

CMYK color model

#793371 color CMYK value is (0,58,7,53).

  • cyan value is 0.00%
  • magenta value is 57.85%
  • yellow value is 6.61%
  • key color value is 52.55%
CMYK:
(0,58,7,53)
C0M58Y7K53 
(0%,58%,7%,53%)
(0.00/0.58/0.07/0.53)	

CMYK percentages

%0
%57.85
%6.61
%52.55

Codes

Color #793371 in popluar color models

793371
RGB12151113
HSL307°40.70%33.73%
HSB/HSV307°57.85%47.45%
CMYK0.00%57.85%6.61%
52.55%

Color #793371 in popluar number systems.

HEX793371
Decimal12151113
Binary11110011100111110001
Octal17163161

Shades and tints

Shades of #793371

#793371
(121,51,113)
#6E2F67
(110,47,103)
#632B5D
(99,43,93)
#582753
(88,39,83)
#4D2349
(77,35,73)
#421F3F
(66,31,63)
#371B35
(55,27,53)
#2C172B
(44,23,43)
#211321
(33,19,33)
#160F17
(22,15,23)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #793371

#793371
(121,51,113)
#85457D
(133,69,125)
#915789
(145,87,137)
#9D6995
(157,105,149)
#A97BA1
(169,123,161)
#B58DAD
(181,141,173)
#C19FB9
(193,159,185)
#CDB1C5
(205,177,197)
#D9C3D1
(217,195,209)
#E5D5DD
(229,213,221)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #793371; }

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

This text font color is #793371.


Background Color

.myBgColor { background-color: #793371; }

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

This div background color is #793371.


Border color

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

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

This div border color is #793371.


Opacity

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

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

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

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

This text has shadow with #793371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #793371 on black background.


Color preview on white background

This text has color #793371 on white background.



Black color preview on #793371 background

This text has black color on #793371 background.


White color preview on #793371 background

This text has white color on #793371 background.