COLOR #790C71

HEX: #790C71
RGB: (121,12,113)

Color info

#790C71 contains mainly red and blue colors. Web safe color of #790C71 is #660066 (or #606).

RGB color model

#790C71 color RGB value is (121,12,113).

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

RGB channels and saturation

R 121 of 255 = 47%
G 12 of 255 = 5%
B 113 of 255 = 44%

121
12
113

R + G + B ~ 32%. #790C71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 12 + 113 = 246 (100%)
R 121 of 246 ~ 49.19%
G 12 of 246 ~ 4.88%
B 113 of 246 ~ 45.93%

%49.19
%45.93

CMYK color model

#790C71 color CMYK value is (0,90,7,53).

  • cyan value is 0.00%
  • magenta value is 90.08%
  • yellow value is 6.61%
  • key color value is 52.55%
CMYK:
(0,90,7,53)
C0M90Y7K53 
(0%,90%,7%,53%)
(0.00/0.90/0.07/0.53)	

CMYK percentages

%0
%90.08
%6.61
%52.55

Codes

Color #790C71 in popluar color models

790C71
RGB12112113
HSL304°81.95%26.08%
HSB/HSV304°90.08%47.45%
CMYK0.00%90.08%6.61%
52.55%

Color #790C71 in popluar number systems.

HEX790C71
Decimal12112113
Binary111100111001110001
Octal17114161

Shades and tints

Shades of #790C71

#790C71
(121,12,113)
#6E0B67
(110,11,103)
#630A5D
(99,10,93)
#580953
(88,9,83)
#4D0849
(77,8,73)
#42073F
(66,7,63)
#370635
(55,6,53)
#2C052B
(44,5,43)
#210421
(33,4,33)
#160317
(22,3,23)
#0B020D
(11,2,13)
#000000
(0,0,0)

Tints of #790C71

#790C71
(121,12,113)
#85227D
(133,34,125)
#913889
(145,56,137)
#9D4E95
(157,78,149)
#A964A1
(169,100,161)
#B57AAD
(181,122,173)
#C190B9
(193,144,185)
#CDA6C5
(205,166,197)
#D9BCD1
(217,188,209)
#E5D2DD
(229,210,221)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #790C71; }

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

This text font color is #790C71.


Background Color

.myBgColor { background-color: #790C71; }

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

This div background color is #790C71.


Border color

.myBorderColor { border: 1px solid #790C71; }

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

This div border color is #790C71.


Opacity

.myOpacity80 { color: #790C71; opacity: 0.8; }

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

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

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

This text has shadow with #790C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790C71 on black background.


Color preview on white background

This text has color #790C71 on white background.



Black color preview on #790C71 background

This text has black color on #790C71 background.


White color preview on #790C71 background

This text has white color on #790C71 background.