COLOR #790382

HEX: #790382
RGB: (121,3,130)

Color info

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

RGB color model

#790382 color RGB value is (121,3,130).

  • red value is 121;
  • green value is 3;
  • blue value is 130.
RGB:
(121,3,130)
(47%,1%,51%)

RGB channels and saturation

R 121 of 255 = 47%
G 3 of 255 = 1%
B 130 of 255 = 51%

121
3
130

R + G + B ~ 33%. #790382 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 3 + 130 = 254 (100%)
R 121 of 254 ~ 47.64%
G 3 of 254 ~ 1.18%
B 130 of 254 ~ 51.18%

%47.64
%51.18

CMYK color model

#790382 color CMYK value is (7,98,0,49).

  • cyan value is 6.92%
  • magenta value is 97.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(7,98,0,49)
C7M98Y0K49 
(7%,98%,0%,49%)
(0.07/0.98/0.00/0.49)	

CMYK percentages

%6.92
%97.69
%0
%49.02

Codes

Color #790382 in popluar color models

790382
RGB1213130
HSL296°95.49%26.08%
HSB/HSV296°97.69%50.98%
CMYK6.92%97.69%0.00%
49.02%

Color #790382 in popluar number systems.

HEX790382
Decimal1213130
Binary11110011110000010
Octal1713202

Shades and tints

Shades of #790382

#790382
(121,3,130)
#6E0377
(110,3,119)
#63036C
(99,3,108)
#580361
(88,3,97)
#4D0356
(77,3,86)
#42034B
(66,3,75)
#370340
(55,3,64)
#2C0335
(44,3,53)
#21032A
(33,3,42)
#16031F
(22,3,31)
#0B0314
(11,3,20)
#000000
(0,0,0)

Tints of #790382

#790382
(121,3,130)
#85198D
(133,25,141)
#912F98
(145,47,152)
#9D45A3
(157,69,163)
#A95BAE
(169,91,174)
#B571B9
(181,113,185)
#C187C4
(193,135,196)
#CD9DCF
(205,157,207)
#D9B3DA
(217,179,218)
#E5C9E5
(229,201,229)
#F1DFF0
(241,223,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790382 color. Also use rgb(121,3,130) instead hex code.

Text Font Color

.myTextColor { color: #790382; }

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

This text font color is #790382.


Background Color

.myBgColor { background-color: #790382; }

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

This div background color is #790382.


Border color

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

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

This div border color is #790382.


Opacity

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

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

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

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

This text has shadow with #790382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790382 on black background.


Color preview on white background

This text has color #790382 on white background.



Black color preview on #790382 background

This text has black color on #790382 background.


White color preview on #790382 background

This text has white color on #790382 background.