COLOR #794585

HEX: #794585
RGB: (121,69,133)

Color info

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

RGB color model

#794585 color RGB value is (121,69,133).

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

RGB channels and saturation

R 121 of 255 = 47%
G 69 of 255 = 27%
B 133 of 255 = 52%

121
69
133

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

Portions of RGB colors in percentages

R + G + B =
121 + 69 + 133 = 323 (100%)
R 121 of 323 ~ 37.46%
G 69 of 323 ~ 21.36%
B 133 of 323 ~ 41.18%

%37.46
%21.36
%41.18

CMYK color model

#794585 color CMYK value is (9,48,0,48).

  • cyan value is 9.02%
  • magenta value is 48.12%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(9,48,0,48)
C9M48Y0K48 
(9%,48%,0%,48%)
(0.09/0.48/0.00/0.48)	

CMYK percentages

%9.02
%48.12
%0
%47.84

Codes

Color #794585 in popluar color models

794585
RGB12169133
HSL289°31.68%39.61%
HSB/HSV289°48.12%52.16%
CMYK9.02%48.12%0.00%
47.84%

Color #794585 in popluar number systems.

HEX794585
Decimal12169133
Binary1111001100010110000101
Octal171105205

Shades and tints

Shades of #794585

#794585
(121,69,133)
#6E3F79
(110,63,121)
#63396D
(99,57,109)
#583361
(88,51,97)
#4D2D55
(77,45,85)
#422749
(66,39,73)
#37213D
(55,33,61)
#2C1B31
(44,27,49)
#211525
(33,21,37)
#160F19
(22,15,25)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #794585

#794585
(121,69,133)
#855590
(133,85,144)
#91659B
(145,101,155)
#9D75A6
(157,117,166)
#A985B1
(169,133,177)
#B595BC
(181,149,188)
#C1A5C7
(193,165,199)
#CDB5D2
(205,181,210)
#D9C5DD
(217,197,221)
#E5D5E8
(229,213,232)
#F1E5F3
(241,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #794585; }

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

This text font color is #794585.


Background Color

.myBgColor { background-color: #794585; }

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

This div background color is #794585.


Border color

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

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

This div border color is #794585.


Opacity

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

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

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

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

This text has shadow with #794585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794585 on black background.


Color preview on white background

This text has color #794585 on white background.



Black color preview on #794585 background

This text has black color on #794585 background.


White color preview on #794585 background

This text has white color on #794585 background.