COLOR #7D6599

HEX: #7D6599 RGB: (125,101,153)

Color info

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

RGB color model

#7D6599 color RGB value is (125,101,153).

RGB: (125,101,153) (49%, 40%, 60%)

RGB channels and saturation

R 125 of 255 = 49%
G 101 of 255 = 40%
B 153 of 255 = 60%

125
101
153

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

Portions of RGB colors in percentages

R + G + B = 125 + 101 + 153 = 379 (100%)
R 125 of 379 ~ 32.98%
G 101 of 379 ~ 26.65%
B 153 of 379 ~ 40.37'%

%32.98
%26.65
%40.37

CMYK color model

#7D6599 color CMYK value is (18,34,0,40).

  • cyan value is 18.30%
  • magenta value is 33.99%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (18,34,0,40)
C18M34Y0K40 (18%, 34%, 0%, 40%)
(0.18 / 0.34 / 0.00 / 0.40)

CMYK percentages

%18.3
%33.99
%0
%40

Codes

Color #7D6599 in popluar color models

7D 65 99
RGB 125 101 153
HSL 268° 20.47% 49.80%
HSB/HSV 268° 33.99% 60.00%
CMYK 18.30% 33.99% 0.00%
40.00%

Color #7D6599 in popluar number systems.

HEX 7D 65 99
Decimal 125 101 153
Binary 1111101 1100101 10011001
Octal 175 145 231

Shades and tints

Shades of #7D6599

#7D6599
(125,101,153)
#725C8C
(114,92,140)
#67537F
(103,83,127)
#5C4A72
(92,74,114)
#514165
(81,65,101)
#463858
(70,56,88)
#3B2F4B
(59,47,75)
#30263E
(48,38,62)
#251D31
(37,29,49)
#1A1424
(26,20,36)
#0F0B17
(15,11,23)
#000000
(0,0,0)

Tints of #7D6599

#7D6599
(125,101,153)
#8873A2
(136,115,162)
#9381AB
(147,129,171)
#9E8FB4
(158,143,180)
#A99DBD
(169,157,189)
#B4ABC6
(180,171,198)
#BFB9CF
(191,185,207)
#CAC7D8
(202,199,216)
#D5D5E1
(213,213,225)
#E0E3EA
(224,227,234)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6599 color. Also use rgb(125,101,153) instead hex code.

Text Font Color

.myTextColor { color: #7D6599; }

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

This text font color is #7D6599.

Background Color

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

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

This div background color is #7D6599.

Border color

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

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

This div border color is #7D6599.

Opacity

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

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

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

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

This text has shadow with #7D6599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6599.

Preview

Color preview on black background

This text has color #7D6599 on black background.


Color preview on white background

This text has color #7D6599 on white background.


Black color preview on #7D6599 background

This text has black color on #7D6599 background.


White color preview on #7D6599 background

This text has white color on #7D6599 background.


Related colors

Complementary color

Complementary color for #hex is #829A66.


I love getcolorcode.com

Triadic colors

1 #997D65 and #65997D with #7D6599 are triadic colors.

2 #99657D and #657D99 with #7D6599 are triadic colors.