COLOR #7D196D

HEX: #7D196D
RGB: (125,25,109)

Color info

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

RGB color model

#7D196D color RGB value is (125,25,109).

  • red value is 125;
  • green value is 25;
  • blue value is 109.
RGB:
(125,25,109)
(49%,10%,43%)

RGB channels and saturation

R 125 of 255 = 49%
G 25 of 255 = 10%
B 109 of 255 = 43%

125
25
109

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

Portions of RGB colors in percentages

R + G + B =
125 + 25 + 109 = 259 (100%)
R 125 of 259 ~ 48.26%
G 25 of 259 ~ 9.65%
B 109 of 259 ~ 42.08%

%48.26
%9.65
%42.08

CMYK color model

#7D196D color CMYK value is (0,80,13,51).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 12.80%
  • key color value is 50.98%
CMYK:
(0,80,13,51)
C0M80Y13K51 
(0%,80%,13%,51%)
(0.00/0.80/0.13/0.51)	

CMYK percentages

%0
%80
%12.8
%50.98

Codes

Color #7D196D in popluar color models

7D196D
RGB12525109
HSL310°66.67%29.41%
HSB/HSV310°80.00%49.02%
CMYK0.00%80.00%12.80%
50.98%

Color #7D196D in popluar number systems.

HEX7D196D
Decimal12525109
Binary1111101110011101101
Octal17531155

Shades and tints

Shades of #7D196D

#7D196D
(125,25,109)
#721764
(114,23,100)
#67155B
(103,21,91)
#5C1352
(92,19,82)
#511149
(81,17,73)
#460F40
(70,15,64)
#3B0D37
(59,13,55)
#300B2E
(48,11,46)
#250925
(37,9,37)
#1A071C
(26,7,28)
#0F0513
(15,5,19)
#000000
(0,0,0)

Tints of #7D196D

#7D196D
(125,25,109)
#882D7A
(136,45,122)
#934187
(147,65,135)
#9E5594
(158,85,148)
#A969A1
(169,105,161)
#B47DAE
(180,125,174)
#BF91BB
(191,145,187)
#CAA5C8
(202,165,200)
#D5B9D5
(213,185,213)
#E0CDE2
(224,205,226)
#EBE1EF
(235,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D196D color. Also use rgb(125,25,109) instead hex code.

Text Font Color

.myTextColor { color: #7D196D; }

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

This text font color is #7D196D.


Background Color

.myBgColor { background-color: #7D196D; }

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

This div background color is #7D196D.


Border color

.myBorderColor { border: 1px solid #7D196D; }

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

This div border color is #7D196D.


Opacity

.myOpacity80 { color: #7D196D; opacity: 0.8; }

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

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

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

This text has shadow with #7D196D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D196D on black background.


Color preview on white background

This text has color #7D196D on white background.



Black color preview on #7D196D background

This text has black color on #7D196D background.


White color preview on #7D196D background

This text has white color on #7D196D background.