COLOR #7149A3

HEX: #7149A3
RGB: (113,73,163)

Color info

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

RGB color model

#7149A3 color RGB value is (113,73,163).

  • red value is 113;
  • green value is 73;
  • blue value is 163.
RGB:
(113,73,163)
(44%,29%,64%)

RGB channels and saturation

R 113 of 255 = 44%
G 73 of 255 = 29%
B 163 of 255 = 64%

113
73
163

R + G + B ~ 46%. #7149A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 73 + 163 = 349 (100%)
R 113 of 349 ~ 32.38%
G 73 of 349 ~ 20.92%
B 163 of 349 ~ 46.7%

%32.38
%20.92
%46.7

CMYK color model

#7149A3 color CMYK value is (31,55,0,36).

  • cyan value is 30.67%
  • magenta value is 55.21%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(31,55,0,36)
C31M55Y0K36 
(31%,55%,0%,36%)
(0.31/0.55/0.00/0.36)	

CMYK percentages

%30.67
%55.21
%0
%36.08

Codes

Color #7149A3 in popluar color models

7149A3
RGB11373163
HSL267°38.14%46.27%
HSB/HSV267°55.21%63.92%
CMYK30.67%55.21%0.00%
36.08%

Color #7149A3 in popluar number systems.

HEX7149A3
Decimal11373163
Binary1110001100100110100011
Octal161111243

Shades and tints

Shades of #7149A3

#7149A3
(113,73,163)
#674395
(103,67,149)
#5D3D87
(93,61,135)
#533779
(83,55,121)
#49316B
(73,49,107)
#3F2B5D
(63,43,93)
#35254F
(53,37,79)
#2B1F41
(43,31,65)
#211933
(33,25,51)
#171325
(23,19,37)
#0D0D17
(13,13,23)
#000000
(0,0,0)

Tints of #7149A3

#7149A3
(113,73,163)
#7D59AB
(125,89,171)
#8969B3
(137,105,179)
#9579BB
(149,121,187)
#A189C3
(161,137,195)
#AD99CB
(173,153,203)
#B9A9D3
(185,169,211)
#C5B9DB
(197,185,219)
#D1C9E3
(209,201,227)
#DDD9EB
(221,217,235)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7149A3 color. Also use rgb(113,73,163) instead hex code.

Text Font Color

.myTextColor { color: #7149A3; }

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

This text font color is #7149A3.


Background Color

.myBgColor { background-color: #7149A3; }

<div style="background-color:#7149A3">Inner text</div>

This div background color is #7149A3.


Border color

.myBorderColor { border: 1px solid #7149A3; }

<div style="border:3px solid #7149A3">Div</div>

This div border color is #7149A3.


Opacity

.myOpacity80 { color: #7149A3; opacity: 0.8; }

<p style="color:#7149A3;opacity:0.8;">80%</p>

Text with #7149A3 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 #7149A3;}

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

This text has shadow with #7149A3 color.

.textShadow {text-shadow: 3px 3px 1px #7149A3, 3px 3px 1px red;}

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

This text has shadow with #7149A3 primary color and red secondary color.


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

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

This text has shadow with #7149A3 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7149A3;
-webkit-box-shadow: 1px 1px 3px 2px #7149A3;
box-shadow:1px 1px 3px 2px #7149A3;">
Div content here</div>
This div box has shadow with color #7149A3.

Preview

Color preview on black background

This text has color #7149A3 on black background.


Color preview on white background

This text has color #7149A3 on white background.



Black color preview on #7149A3 background

This text has black color on #7149A3 background.


White color preview on #7149A3 background

This text has white color on #7149A3 background.