COLOR #79079B

HEX: #79079B
RGB: (121,7,155)

Color info

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

RGB color model

#79079B color RGB value is (121,7,155).

  • red value is 121;
  • green value is 7;
  • blue value is 155.
RGB:
(121,7,155)
(47%,3%,61%)

RGB channels and saturation

R 121 of 255 = 47%
G 7 of 255 = 3%
B 155 of 255 = 61%

121
7
155

R + G + B ~ 37%. #79079B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 7 + 155 = 283 (100%)
R 121 of 283 ~ 42.76%
G 7 of 283 ~ 2.47%
B 155 of 283 ~ 54.77%

%42.76
%54.77

CMYK color model

#79079B color CMYK value is (22,95,0,39).

  • cyan value is 21.94%
  • magenta value is 95.48%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(22,95,0,39)
C22M95Y0K39 
(22%,95%,0%,39%)
(0.22/0.95/0.00/0.39)	

CMYK percentages

%21.94
%95.48
%0
%39.22

Codes

Color #79079B in popluar color models

79079B
RGB1217155
HSL286°91.36%31.76%
HSB/HSV286°95.48%60.78%
CMYK21.94%95.48%0.00%
39.22%

Color #79079B in popluar number systems.

HEX79079B
Decimal1217155
Binary111100111110011011
Octal1717233

Shades and tints

Shades of #79079B

#79079B
(121,7,155)
#6E078D
(110,7,141)
#63077F
(99,7,127)
#580771
(88,7,113)
#4D0763
(77,7,99)
#420755
(66,7,85)
#370747
(55,7,71)
#2C0739
(44,7,57)
#21072B
(33,7,43)
#16071D
(22,7,29)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #79079B

#79079B
(121,7,155)
#851DA4
(133,29,164)
#9133AD
(145,51,173)
#9D49B6
(157,73,182)
#A95FBF
(169,95,191)
#B575C8
(181,117,200)
#C18BD1
(193,139,209)
#CDA1DA
(205,161,218)
#D9B7E3
(217,183,227)
#E5CDEC
(229,205,236)
#F1E3F5
(241,227,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79079B color. Also use rgb(121,7,155) instead hex code.

Text Font Color

.myTextColor { color: #79079B; }

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

This text font color is #79079B.


Background Color

.myBgColor { background-color: #79079B; }

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

This div background color is #79079B.


Border color

.myBorderColor { border: 1px solid #79079B; }

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

This div border color is #79079B.


Opacity

.myOpacity80 { color: #79079B; opacity: 0.8; }

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

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

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

This text has shadow with #79079B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79079B on black background.


Color preview on white background

This text has color #79079B on white background.



Black color preview on #79079B background

This text has black color on #79079B background.


White color preview on #79079B background

This text has white color on #79079B background.