COLOR #7D6193

HEX: #7D6193
RGB: (125,97,147)

Color info

#7D6193 contains red, green and blue colors in about the same proportion. Web safe color of #7D6193 is #666699 (or #669).

RGB color model

#7D6193 color RGB value is (125,97,147).

  • red value is 125;
  • green value is 97;
  • blue value is 147.
RGB:
(125,97,147)
(49%,38%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 97 of 255 = 38%
B 147 of 255 = 58%

125
97
147

R + G + B ~ 48%. #7D6193 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 97 + 147 = 369 (100%)
R 125 of 369 ~ 33.88%
G 97 of 369 ~ 26.29%
B 147 of 369 ~ 39.84%

%33.88
%26.29
%39.84

CMYK color model

#7D6193 color CMYK value is (15,34,0,42).

  • cyan value is 14.97%
  • magenta value is 34.01%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(15,34,0,42)
C15M34Y0K42 
(15%,34%,0%,42%)
(0.15/0.34/0.00/0.42)	

CMYK percentages

%14.97
%34.01
%0
%42.35

Codes

Color #7D6193 in popluar color models

7D6193
RGB12597147
HSL274°20.49%47.84%
HSB/HSV274°34.01%57.65%
CMYK14.97%34.01%0.00%
42.35%

Color #7D6193 in popluar number systems.

HEX7D6193
Decimal12597147
Binary1111101110000110010011
Octal175141223

Shades and tints

Shades of #7D6193

#7D6193
(125,97,147)
#725986
(114,89,134)
#675179
(103,81,121)
#5C496C
(92,73,108)
#51415F
(81,65,95)
#463952
(70,57,82)
#3B3145
(59,49,69)
#302938
(48,41,56)
#25212B
(37,33,43)
#1A191E
(26,25,30)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #7D6193

#7D6193
(125,97,147)
#886F9C
(136,111,156)
#937DA5
(147,125,165)
#9E8BAE
(158,139,174)
#A999B7
(169,153,183)
#B4A7C0
(180,167,192)
#BFB5C9
(191,181,201)
#CAC3D2
(202,195,210)
#D5D1DB
(213,209,219)
#E0DFE4
(224,223,228)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6193 color. Also use rgb(125,97,147) instead hex code.

Text Font Color

.myTextColor { color: #7D6193; }

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

This text font color is #7D6193.


Background Color

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

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

This div background color is #7D6193.


Border color

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

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

This div border color is #7D6193.


Opacity

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

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

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

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

This text has shadow with #7D6193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6193 on black background.


Color preview on white background

This text has color #7D6193 on white background.



Black color preview on #7D6193 background

This text has black color on #7D6193 background.


White color preview on #7D6193 background

This text has white color on #7D6193 background.