COLOR #790F7B

HEX: #790F7B
RGB: (121,15,123)

Color info

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

RGB color model

#790F7B color RGB value is (121,15,123).

  • red value is 121;
  • green value is 15;
  • blue value is 123.
RGB:
(121,15,123)
(47%,6%,48%)

RGB channels and saturation

R 121 of 255 = 47%
G 15 of 255 = 6%
B 123 of 255 = 48%

121
15
123

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

Portions of RGB colors in percentages

R + G + B =
121 + 15 + 123 = 259 (100%)
R 121 of 259 ~ 46.72%
G 15 of 259 ~ 5.79%
B 123 of 259 ~ 47.49%

%46.72
%47.49

CMYK color model

#790F7B color CMYK value is (2,88,0,52).

  • cyan value is 1.63%
  • magenta value is 87.80%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(2,88,0,52)
C2M88Y0K52 
(2%,88%,0%,52%)
(0.02/0.88/0.00/0.52)	

CMYK percentages

%1.63
%87.8
%0
%51.76

Codes

Color #790F7B in popluar color models

790F7B
RGB12115123
HSL299°78.26%27.06%
HSB/HSV299°87.80%48.24%
CMYK1.63%87.80%0.00%
51.76%

Color #790F7B in popluar number systems.

HEX790F7B
Decimal12115123
Binary111100111111111011
Octal17117173

Shades and tints

Shades of #790F7B

#790F7B
(121,15,123)
#6E0E70
(110,14,112)
#630D65
(99,13,101)
#580C5A
(88,12,90)
#4D0B4F
(77,11,79)
#420A44
(66,10,68)
#370939
(55,9,57)
#2C082E
(44,8,46)
#210723
(33,7,35)
#160618
(22,6,24)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #790F7B

#790F7B
(121,15,123)
#852487
(133,36,135)
#913993
(145,57,147)
#9D4E9F
(157,78,159)
#A963AB
(169,99,171)
#B578B7
(181,120,183)
#C18DC3
(193,141,195)
#CDA2CF
(205,162,207)
#D9B7DB
(217,183,219)
#E5CCE7
(229,204,231)
#F1E1F3
(241,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790F7B color. Also use rgb(121,15,123) instead hex code.

Text Font Color

.myTextColor { color: #790F7B; }

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

This text font color is #790F7B.


Background Color

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

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

This div background color is #790F7B.


Border color

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

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

This div border color is #790F7B.


Opacity

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

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

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

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

This text has shadow with #790F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790F7B on black background.


Color preview on white background

This text has color #790F7B on white background.



Black color preview on #790F7B background

This text has black color on #790F7B background.


White color preview on #790F7B background

This text has white color on #790F7B background.