COLOR #790688

HEX: #790688
RGB: (121,6,136)

Color info

#790688 contains mainly red and blue colors. Web safe color of #790688 is #660099 (or #609).

RGB color model

#790688 color RGB value is (121,6,136).

  • red value is 121;
  • green value is 6;
  • blue value is 136.
RGB:
(121,6,136)
(47%,2%,53%)

RGB channels and saturation

R 121 of 255 = 47%
G 6 of 255 = 2%
B 136 of 255 = 53%

121
6
136

R + G + B ~ 34%. #790688 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 6 + 136 = 263 (100%)
R 121 of 263 ~ 46.01%
G 6 of 263 ~ 2.28%
B 136 of 263 ~ 51.71%

%46.01
%51.71

CMYK color model

#790688 color CMYK value is (11,96,0,47).

  • cyan value is 11.03%
  • magenta value is 95.59%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(11,96,0,47)
C11M96Y0K47 
(11%,96%,0%,47%)
(0.11/0.96/0.00/0.47)	

CMYK percentages

%11.03
%95.59
%0
%46.67

Codes

Color #790688 in popluar color models

790688
RGB1216136
HSL293°91.55%27.84%
HSB/HSV293°95.59%53.33%
CMYK11.03%95.59%0.00%
46.67%

Color #790688 in popluar number systems.

HEX790688
Decimal1216136
Binary111100111010001000
Octal1716210

Shades and tints

Shades of #790688

#790688
(121,6,136)
#6E067C
(110,6,124)
#630670
(99,6,112)
#580664
(88,6,100)
#4D0658
(77,6,88)
#42064C
(66,6,76)
#370640
(55,6,64)
#2C0634
(44,6,52)
#210628
(33,6,40)
#16061C
(22,6,28)
#0B0610
(11,6,16)
#000000
(0,0,0)

Tints of #790688

#790688
(121,6,136)
#851C92
(133,28,146)
#91329C
(145,50,156)
#9D48A6
(157,72,166)
#A95EB0
(169,94,176)
#B574BA
(181,116,186)
#C18AC4
(193,138,196)
#CDA0CE
(205,160,206)
#D9B6D8
(217,182,216)
#E5CCE2
(229,204,226)
#F1E2EC
(241,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790688 color. Also use rgb(121,6,136) instead hex code.

Text Font Color

.myTextColor { color: #790688; }

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

This text font color is #790688.


Background Color

.myBgColor { background-color: #790688; }

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

This div background color is #790688.


Border color

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

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

This div border color is #790688.


Opacity

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

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

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

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

This text has shadow with #790688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790688 on black background.


Color preview on white background

This text has color #790688 on white background.



Black color preview on #790688 background

This text has black color on #790688 background.


White color preview on #790688 background

This text has white color on #790688 background.