COLOR #7D61AB

HEX: #7D61AB RGB: (125,97,171)

Color info

#7D61AB contains mainly red and blue colors. Web safe color of #7D61AB is #666699 (or #669).

RGB color model

#7D61AB color RGB value is (125,97,171).

RGB: (125,97,171) (49%, 38%, 67%)

RGB channels and saturation

R 125 of 255 = 49%
G 97 of 255 = 38%
B 171 of 255 = 67%

125
97
171

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

Portions of RGB colors in percentages

R + G + B = 125 + 97 + 171 = 393 (100%)
R 125 of 393 ~ 31.81%
G 97 of 393 ~ 24.68%
B 171 of 393 ~ 43.51'%

%31.81
%24.68
%43.51

CMYK color model

#7D61AB color CMYK value is (27,43,0,33).

  • cyan value is 26.90%
  • magenta value is 43.27%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (27,43,0,33)
C27M43Y0K33 (27%, 43%, 0%, 33%)
(0.27 / 0.43 / 0.00 / 0.33)

CMYK percentages

%26.9
%43.27
%0
%32.94

Codes

Color #7D61AB in popluar color models

7D 61 AB
RGB 125 97 171
HSL 263° 30.58% 52.55%
HSB/HSV 263° 43.27% 67.06%
CMYK 26.90% 43.27% 0.00%
32.94%

Color #7D61AB in popluar number systems.

HEX 7D 61 AB
Decimal 125 97 171
Binary 1111101 1100001 10101011
Octal 175 141 253

Shades and tints

Shades of #7D61AB

#7D61AB
(125,97,171)
#72599C
(114,89,156)
#67518D
(103,81,141)
#5C497E
(92,73,126)
#51416F
(81,65,111)
#463960
(70,57,96)
#3B3151
(59,49,81)
#302942
(48,41,66)
#252133
(37,33,51)
#1A1924
(26,25,36)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #7D61AB

#7D61AB
(125,97,171)
#886FB2
(136,111,178)
#937DB9
(147,125,185)
#9E8BC0
(158,139,192)
#A999C7
(169,153,199)
#B4A7CE
(180,167,206)
#BFB5D5
(191,181,213)
#CAC3DC
(202,195,220)
#D5D1E3
(213,209,227)
#E0DFEA
(224,223,234)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D61AB; }

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

This text font color is #7D61AB.

Background Color

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

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

This div background color is #7D61AB.

Border color

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

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

This div border color is #7D61AB.

Opacity

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

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

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

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

This text has shadow with #7D61AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D61AB.

Preview

Color preview on black background

This text has color #7D61AB on black background.


Color preview on white background

This text has color #7D61AB on white background.


Black color preview on #7D61AB background

This text has black color on #7D61AB background.


White color preview on #7D61AB background

This text has white color on #7D61AB background.


Related colors

Complementary color

Complementary color for #hex is #829E54.


I love getcolorcode.com

Triadic colors

1 #AB7D61 and #61AB7D with #7D61AB are triadic colors.

2 #AB617D and #617DAB with #7D61AB are triadic colors.