COLOR #7134A1

HEX: #7134A1 RGB: (113,52,161)

Color info

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

RGB color model

#7134A1 color RGB value is (113,52,161).

RGB: (113,52,161) (44%, 20%, 63%)

RGB channels and saturation

R 113 of 255 = 44%
G 52 of 255 = 20%
B 161 of 255 = 63%

113
52
161

R + G + B ~ 42%. #7134A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 52 + 161 = 326 (100%)
R 113 of 326 ~ 34.66%
G 52 of 326 ~ 15.95%
B 161 of 326 ~ 49.39'%

%34.66
%15.95
%49.39

CMYK color model

#7134A1 color CMYK value is (30,68,0,37).

  • cyan value is 29.81%
  • magenta value is 67.70%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (30,68,0,37)
C30M68Y0K37 (30%, 68%, 0%, 37%)
(0.30 / 0.68 / 0.00 / 0.37)

CMYK percentages

%29.81
%67.7
%0
%36.86

Codes

Color #7134A1 in popluar color models

71 34 A1
RGB 113 52 161
HSL 274° 51.17% 41.76%
HSB/HSV 274° 67.70% 63.14%
CMYK 29.81% 67.70% 0.00%
36.86%

Color #7134A1 in popluar number systems.

HEX 71 34 A1
Decimal 113 52 161
Binary 1110001 110100 10100001
Octal 161 64 241

Shades and tints

Shades of #7134A1

#7134A1
(113,52,161)
#673093
(103,48,147)
#5D2C85
(93,44,133)
#532877
(83,40,119)
#492469
(73,36,105)
#3F205B
(63,32,91)
#351C4D
(53,28,77)
#2B183F
(43,24,63)
#211431
(33,20,49)
#171023
(23,16,35)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #7134A1

#7134A1
(113,52,161)
#7D46A9
(125,70,169)
#8958B1
(137,88,177)
#956AB9
(149,106,185)
#A17CC1
(161,124,193)
#AD8EC9
(173,142,201)
#B9A0D1
(185,160,209)
#C5B2D9
(197,178,217)
#D1C4E1
(209,196,225)
#DDD6E9
(221,214,233)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7134A1 color. Also use rgb(113,52,161) instead hex code.

Text Font Color

.myTextColor { color: #7134A1; }

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

This text font color is #7134A1.

Background Color

.myBgColor { background-color: #7134A1; }

<div style="background-color:#7134A1">Inner text</div>

This div background color is #7134A1.

Border color

.myBorderColor { border: 1px solid #7134A1; }

<div style="border:3px solid #7134A1">Div</div>

This div border color is #7134A1.

Opacity

.myOpacity80 { color: #7134A1; opacity: 0.8; }

<p style="color:#7134A1;opacity:0.8;">80%</p>

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

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

This text has shadow with #7134A1 color.


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

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

This text has shadow with #7134A1 primary color and red secondary color.


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

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

This text has shadow with #7134A1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7134A1.

Preview

Color preview on black background

This text has color #7134A1 on black background.


Color preview on white background

This text has color #7134A1 on white background.


Black color preview on #7134A1 background

This text has black color on #7134A1 background.


White color preview on #7134A1 background

This text has white color on #7134A1 background.


Related colors

Complementary color

Complementary color for #hex is #8ECB5E.


I love getcolorcode.com

Triadic colors

1 #A17134 and #34A171 with #7134A1 are triadic colors.

2 #A13471 and #3471A1 with #7134A1 are triadic colors.