COLOR #7151AE

HEX: #7151AE RGB: (113,81,174)

Color info

#7151AE contains mainly blue color. Web safe color of #7151AE is #666699 (or #669).

RGB color model

#7151AE color RGB value is (113,81,174).

RGB: (113,81,174) (44%, 32%, 68%)

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 174 of 255 = 68%

113
81
174

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

Portions of RGB colors in percentages

R + G + B = 113 + 81 + 174 = 368 (100%)
R 113 of 368 ~ 30.71%
G 81 of 368 ~ 22.01%
B 174 of 368 ~ 47.28'%

%30.71
%22.01
%47.28

CMYK color model

#7151AE color CMYK value is (35,53,0,32).

  • cyan value is 35.06%
  • magenta value is 53.45%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (35,53,0,32)
C35M53Y0K32 (35%, 53%, 0%, 32%)
(0.35 / 0.53 / 0.00 / 0.32)

CMYK percentages

%35.06
%53.45
%0
%31.76

Codes

Color #7151AE in popluar color models

71 51 AE
RGB 113 81 174
HSL 261° 36.47% 50.00%
HSB/HSV 261° 53.45% 68.24%
CMYK 35.06% 53.45% 0.00%
31.76%

Color #7151AE in popluar number systems.

HEX 71 51 AE
Decimal 113 81 174
Binary 1110001 1010001 10101110
Octal 161 121 256

Shades and tints

Shades of #7151AE

#7151AE
(113,81,174)
#674A9F
(103,74,159)
#5D4390
(93,67,144)
#533C81
(83,60,129)
#493572
(73,53,114)
#3F2E63
(63,46,99)
#352754
(53,39,84)
#2B2045
(43,32,69)
#211936
(33,25,54)
#171227
(23,18,39)
#0D0B18
(13,11,24)
#000000
(0,0,0)

Tints of #7151AE

#7151AE
(113,81,174)
#7D60B5
(125,96,181)
#896FBC
(137,111,188)
#957EC3
(149,126,195)
#A18DCA
(161,141,202)
#AD9CD1
(173,156,209)
#B9ABD8
(185,171,216)
#C5BADF
(197,186,223)
#D1C9E6
(209,201,230)
#DDD8ED
(221,216,237)
#E9E7F4
(233,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7151AE; }

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

This text font color is #7151AE.

Background Color

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

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

This div background color is #7151AE.

Border color

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

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

This div border color is #7151AE.

Opacity

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

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

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

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

This text has shadow with #7151AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7151AE.

Preview

Color preview on black background

This text has color #7151AE on black background.


Color preview on white background

This text has color #7151AE on white background.


Black color preview on #7151AE background

This text has black color on #7151AE background.


White color preview on #7151AE background

This text has white color on #7151AE background.


Related colors

Complementary color

Complementary color for #hex is #8EAE51.


I love getcolorcode.com

Triadic colors

1 #AE7151 and #51AE71 with #7151AE are triadic colors.

2 #AE5171 and #5171AE with #7151AE are triadic colors.