COLOR #7136A0

HEX: #7136A0 RGB: (113,54,160)

Color info

#7136A0 contains mainly red and blue colors. Web safe color of #7136A0 is #663399 (or #639).

RGB color model

#7136A0 color RGB value is (113,54,160).

RGB: (113,54,160) (44%, 21%, 63%)

RGB channels and saturation

R 113 of 255 = 44%
G 54 of 255 = 21%
B 160 of 255 = 63%

113
54
160

R + G + B ~ 43%. #7136A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 54 + 160 = 327 (100%)
R 113 of 327 ~ 34.56%
G 54 of 327 ~ 16.51%
B 160 of 327 ~ 48.93'%

%34.56
%16.51
%48.93

CMYK color model

#7136A0 color CMYK value is (29,66,0,37).

  • cyan value is 29.38%
  • magenta value is 66.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK: (29,66,0,37) C29M66Y0K37 (29%,66%,0%,37%) (0.29/0.66/0.00/0.37) 

CMYK percentages

%29.38
%66.25
%0
%37.25

Codes

Color #7136A0 in popluar color models

71 36 A0
RGB 113 54 160
HSL 273° 49.53% 41.96%
HSB/HSV 273° 66.25% 62.75%
CMYK 29.38% 66.25% 0.00%
37.25%

Color #7136A0 in popluar number systems.

HEX 71 36 A0
Decimal 113 54 160
Binary 1110001 110110 10100000
Octal 161 66 240

Shades and tints

Shades of #7136A0

#7136A0
(113,54,160)
#673292
(103,50,146)
#5D2E84
(93,46,132)
#532A76
(83,42,118)
#492668
(73,38,104)
#3F225A
(63,34,90)
#351E4C
(53,30,76)
#2B1A3E
(43,26,62)
#211630
(33,22,48)
#171222
(23,18,34)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #7136A0

#7136A0
(113,54,160)
#7D48A8
(125,72,168)
#895AB0
(137,90,176)
#956CB8
(149,108,184)
#A17EC0
(161,126,192)
#AD90C8
(173,144,200)
#B9A2D0
(185,162,208)
#C5B4D8
(197,180,216)
#D1C6E0
(209,198,224)
#DDD8E8
(221,216,232)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7136A0 color. Also use rgb(113,54,160) instead hex code.

Text Font Color

.myTextColor { color: #7136A0; }

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

This text font color is #7136A0.

Background Color

.myBgColor { background-color: #7136A0; }

<div style="background-color:#7136A0">Inner text</div>

This div background color is #7136A0.

Border color

.myBorderColor { border: 1px solid #7136A0; }

<div style="border:3px solid #7136A0">Div</div>

This div border color is #7136A0.

Opacity

.myOpacity80 { color: #7136A0; opacity: 0.8; }

<p style="color:#7136A0;opacity:0.8;">80%</p>

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

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

This text has shadow with #7136A0 color.


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

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

This text has shadow with #7136A0 primary color and red secondary color.


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

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

This text has shadow with #7136A0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7136A0.

Preview

Color preview on black background

This text has color #7136A0 on black background.


Color preview on white background

This text has color #7136A0 on white background.


Black color preview on #7136A0 background

This text has black color on #7136A0 background.


White color preview on #7136A0 background

This text has white color on #7136A0 background.


Related colors

Complementary color

Complementary color for #hex is #8EC95F.


I love getcolorcode.com

Triadic colors

1 #A07136 and #36A071 with #7136A0 are triadic colors.

2 #A03671 and #3671A0 with #7136A0 are triadic colors.