COLOR #794581

HEX: #794581
RGB: (121,69,129)

Color info

#794581 contains mainly red and blue colors. Web safe color of #794581 is #663399 (or #639).

RGB color model

#794581 color RGB value is (121,69,129).

  • red value is 121;
  • green value is 69;
  • blue value is 129.
RGB:
(121,69,129)
(47%,27%,51%)

RGB channels and saturation

R 121 of 255 = 47%
G 69 of 255 = 27%
B 129 of 255 = 51%

121
69
129

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

Portions of RGB colors in percentages

R + G + B =
121 + 69 + 129 = 319 (100%)
R 121 of 319 ~ 37.93%
G 69 of 319 ~ 21.63%
B 129 of 319 ~ 40.44%

%37.93
%21.63
%40.44

CMYK color model

#794581 color CMYK value is (6,47,0,49).

  • cyan value is 6.20%
  • magenta value is 46.51%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(6,47,0,49)
C6M47Y0K49 
(6%,47%,0%,49%)
(0.06/0.47/0.00/0.49)	

CMYK percentages

%6.2
%46.51
%0
%49.41

Codes

Color #794581 in popluar color models

794581
RGB12169129
HSL292°30.30%38.82%
HSB/HSV292°46.51%50.59%
CMYK6.20%46.51%0.00%
49.41%

Color #794581 in popluar number systems.

HEX794581
Decimal12169129
Binary1111001100010110000001
Octal171105201

Shades and tints

Shades of #794581

#794581
(121,69,129)
#6E3F76
(110,63,118)
#63396B
(99,57,107)
#583360
(88,51,96)
#4D2D55
(77,45,85)
#42274A
(66,39,74)
#37213F
(55,33,63)
#2C1B34
(44,27,52)
#211529
(33,21,41)
#160F1E
(22,15,30)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #794581

#794581
(121,69,129)
#85558C
(133,85,140)
#916597
(145,101,151)
#9D75A2
(157,117,162)
#A985AD
(169,133,173)
#B595B8
(181,149,184)
#C1A5C3
(193,165,195)
#CDB5CE
(205,181,206)
#D9C5D9
(217,197,217)
#E5D5E4
(229,213,228)
#F1E5EF
(241,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794581 color. Also use rgb(121,69,129) instead hex code.

Text Font Color

.myTextColor { color: #794581; }

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

This text font color is #794581.


Background Color

.myBgColor { background-color: #794581; }

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

This div background color is #794581.


Border color

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

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

This div border color is #794581.


Opacity

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

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

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

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

This text has shadow with #794581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794581 on black background.


Color preview on white background

This text has color #794581 on white background.



Black color preview on #794581 background

This text has black color on #794581 background.


White color preview on #794581 background

This text has white color on #794581 background.