COLOR #7150A5

HEX: #7150A5 RGB: (113,80,165)

Color info

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

RGB color model

#7150A5 color RGB value is (113,80,165).

RGB: (113,80,165) (44%, 31%, 65%)

RGB channels and saturation

R 113 of 255 = 44%
G 80 of 255 = 31%
B 165 of 255 = 65%

113
80
165

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

Portions of RGB colors in percentages

R + G + B = 113 + 80 + 165 = 358 (100%)
R 113 of 358 ~ 31.56%
G 80 of 358 ~ 22.35%
B 165 of 358 ~ 46.09'%

%31.56
%22.35
%46.09

CMYK color model

#7150A5 color CMYK value is (32,52,0,35).

  • cyan value is 31.52%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (32,52,0,35)
C32M52Y0K35 (32%, 52%, 0%, 35%)
(0.32 / 0.52 / 0.00 / 0.35)

CMYK percentages

%31.52
%51.52
%0
%35.29

Codes

Color #7150A5 in popluar color models

71 50 A5
RGB 113 80 165
HSL 263° 34.69% 48.04%
HSB/HSV 263° 51.52% 64.71%
CMYK 31.52% 51.52% 0.00%
35.29%

Color #7150A5 in popluar number systems.

HEX 71 50 A5
Decimal 113 80 165
Binary 1110001 1010000 10100101
Octal 161 120 245

Shades and tints

Shades of #7150A5

#7150A5
(113,80,165)
#674996
(103,73,150)
#5D4287
(93,66,135)
#533B78
(83,59,120)
#493469
(73,52,105)
#3F2D5A
(63,45,90)
#35264B
(53,38,75)
#2B1F3C
(43,31,60)
#21182D
(33,24,45)
#17111E
(23,17,30)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #7150A5

#7150A5
(113,80,165)
#7D5FAD
(125,95,173)
#896EB5
(137,110,181)
#957DBD
(149,125,189)
#A18CC5
(161,140,197)
#AD9BCD
(173,155,205)
#B9AAD5
(185,170,213)
#C5B9DD
(197,185,221)
#D1C8E5
(209,200,229)
#DDD7ED
(221,215,237)
#E9E6F5
(233,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7150A5 color. Also use rgb(113,80,165) instead hex code.

Text Font Color

.myTextColor { color: #7150A5; }

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

This text font color is #7150A5.

Background Color

.myBgColor { background-color: #7150A5; }

<div style="background-color:#7150A5">Inner text</div>

This div background color is #7150A5.

Border color

.myBorderColor { border: 1px solid #7150A5; }

<div style="border:3px solid #7150A5">Div</div>

This div border color is #7150A5.

Opacity

.myOpacity80 { color: #7150A5; opacity: 0.8; }

<p style="color:#7150A5;opacity:0.8;">80%</p>

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

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

This text has shadow with #7150A5 color.


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

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

This text has shadow with #7150A5 primary color and red secondary color.


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

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

This text has shadow with #7150A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7150A5.

Preview

Color preview on black background

This text has color #7150A5 on black background.


Color preview on white background

This text has color #7150A5 on white background.


Black color preview on #7150A5 background

This text has black color on #7150A5 background.


White color preview on #7150A5 background

This text has white color on #7150A5 background.


Related colors

Complementary color

Complementary color for #hex is #8EAF5A.


I love getcolorcode.com

Triadic colors

1 #A57150 and #50A571 with #7150A5 are triadic colors.

2 #A55071 and #5071A5 with #7150A5 are triadic colors.