COLOR #7247A1

HEX: #7247A1
RGB: (114,71,161)

Color info

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

RGB color model

#7247A1 color RGB value is (114,71,161).

  • red value is 114;
  • green value is 71;
  • blue value is 161.
RGB:
(114,71,161)
(45%,28%,63%)

RGB channels and saturation

R 114 of 255 = 45%
G 71 of 255 = 28%
B 161 of 255 = 63%

114
71
161

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

Portions of RGB colors in percentages

R + G + B =
114 + 71 + 161 = 346 (100%)
R 114 of 346 ~ 32.95%
G 71 of 346 ~ 20.52%
B 161 of 346 ~ 46.53%

%32.95
%20.52
%46.53

CMYK color model

#7247A1 color CMYK value is (29,56,0,37).

  • cyan value is 29.19%
  • magenta value is 55.90%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(29,56,0,37)
C29M56Y0K37 
(29%,56%,0%,37%)
(0.29/0.56/0.00/0.37)	

CMYK percentages

%29.19
%55.9
%0
%36.86

Codes

Color #7247A1 in popluar color models

7247A1
RGB11471161
HSL269°38.79%45.49%
HSB/HSV269°55.90%63.14%
CMYK29.19%55.90%0.00%
36.86%

Color #7247A1 in popluar number systems.

HEX7247A1
Decimal11471161
Binary1110010100011110100001
Octal162107241

Shades and tints

Shades of #7247A1

#7247A1
(114,71,161)
#684193
(104,65,147)
#5E3B85
(94,59,133)
#543577
(84,53,119)
#4A2F69
(74,47,105)
#40295B
(64,41,91)
#36234D
(54,35,77)
#2C1D3F
(44,29,63)
#221731
(34,23,49)
#181123
(24,17,35)
#0E0B15
(14,11,21)
#000000
(0,0,0)

Tints of #7247A1

#7247A1
(114,71,161)
#7E57A9
(126,87,169)
#8A67B1
(138,103,177)
#9677B9
(150,119,185)
#A287C1
(162,135,193)
#AE97C9
(174,151,201)
#BAA7D1
(186,167,209)
#C6B7D9
(198,183,217)
#D2C7E1
(210,199,225)
#DED7E9
(222,215,233)
#EAE7F1
(234,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7247A1 color. Also use rgb(114,71,161) instead hex code.

Text Font Color

.myTextColor { color: #7247A1; }

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

This text font color is #7247A1.


Background Color

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

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

This div background color is #7247A1.


Border color

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

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

This div border color is #7247A1.


Opacity

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

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

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

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

This text has shadow with #7247A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7247A1 on black background.


Color preview on white background

This text has color #7247A1 on white background.



Black color preview on #7247A1 background

This text has black color on #7247A1 background.


White color preview on #7247A1 background

This text has white color on #7247A1 background.