COLOR #7151A9

HEX: #7151A9 RGB: (113,81,169)

Color info

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

RGB color model

#7151A9 color RGB value is (113,81,169).

RGB: (113,81,169) (44%, 32%, 66%)

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 169 of 255 = 66%

113
81
169

R + G + B ~ 47%. #7151A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 81 + 169 = 363 (100%)
R 113 of 363 ~ 31.13%
G 81 of 363 ~ 22.31%
B 169 of 363 ~ 46.56'%

%31.13
%22.31
%46.56

CMYK color model

#7151A9 color CMYK value is (33,52,0,34).

  • cyan value is 33.14%
  • magenta value is 52.07%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (33,52,0,34)
C33M52Y0K34 (33%, 52%, 0%, 34%)
(0.33 / 0.52 / 0.00 / 0.34)

CMYK percentages

%33.14
%52.07
%0
%33.73

Codes

Color #7151A9 in popluar color models

71 51 A9
RGB 113 81 169
HSL 262° 35.20% 49.02%
HSB/HSV 262° 52.07% 66.27%
CMYK 33.14% 52.07% 0.00%
33.73%

Color #7151A9 in popluar number systems.

HEX 71 51 A9
Decimal 113 81 169
Binary 1110001 1010001 10101001
Octal 161 121 251

Shades and tints

Shades of #7151A9

#7151A9
(113,81,169)
#674A9A
(103,74,154)
#5D438B
(93,67,139)
#533C7C
(83,60,124)
#49356D
(73,53,109)
#3F2E5E
(63,46,94)
#35274F
(53,39,79)
#2B2040
(43,32,64)
#211931
(33,25,49)
#171222
(23,18,34)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #7151A9

#7151A9
(113,81,169)
#7D60B0
(125,96,176)
#896FB7
(137,111,183)
#957EBE
(149,126,190)
#A18DC5
(161,141,197)
#AD9CCC
(173,156,204)
#B9ABD3
(185,171,211)
#C5BADA
(197,186,218)
#D1C9E1
(209,201,225)
#DDD8E8
(221,216,232)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7151A9 color. Also use rgb(113,81,169) instead hex code.

Text Font Color

.myTextColor { color: #7151A9; }

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

This text font color is #7151A9.

Background Color

.myBgColor { background-color: #7151A9; }

<div style="background-color:#7151A9">Inner text</div>

This div background color is #7151A9.

Border color

.myBorderColor { border: 1px solid #7151A9; }

<div style="border:3px solid #7151A9">Div</div>

This div border color is #7151A9.

Opacity

.myOpacity80 { color: #7151A9; opacity: 0.8; }

<p style="color:#7151A9;opacity:0.8;">80%</p>

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

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

This text has shadow with #7151A9 color.


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

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

This text has shadow with #7151A9 primary color and red secondary color.


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

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

This text has shadow with #7151A9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7151A9.

Preview

Color preview on black background

This text has color #7151A9 on black background.


Color preview on white background

This text has color #7151A9 on white background.


Black color preview on #7151A9 background

This text has black color on #7151A9 background.


White color preview on #7151A9 background

This text has white color on #7151A9 background.


Related colors

Complementary color

Complementary color for #hex is #8EAE56.


I love getcolorcode.com

Triadic colors

1 #A97151 and #51A971 with #7151A9 are triadic colors.

2 #A95171 and #5171A9 with #7151A9 are triadic colors.