COLOR #7246AD

HEX: #7246AD
RGB: (114,70,173)

Color info

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

RGB color model

#7246AD color RGB value is (114,70,173).

  • red value is 114;
  • green value is 70;
  • blue value is 173.
RGB:
(114,70,173)
(45%,27%,68%)

RGB channels and saturation

R 114 of 255 = 45%
G 70 of 255 = 27%
B 173 of 255 = 68%

114
70
173

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

Portions of RGB colors in percentages

R + G + B =
114 + 70 + 173 = 357 (100%)
R 114 of 357 ~ 31.93%
G 70 of 357 ~ 19.61%
B 173 of 357 ~ 48.46%

%31.93
%19.61
%48.46

CMYK color model

#7246AD color CMYK value is (34,60,0,32).

  • cyan value is 34.10%
  • magenta value is 59.54%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(34,60,0,32)
C34M60Y0K32 
(34%,60%,0%,32%)
(0.34/0.60/0.00/0.32)	

CMYK percentages

%34.1
%59.54
%0
%32.16

Codes

Color #7246AD in popluar color models

7246AD
RGB11470173
HSL266°42.39%47.65%
HSB/HSV266°59.54%67.84%
CMYK34.10%59.54%0.00%
32.16%

Color #7246AD in popluar number systems.

HEX7246AD
Decimal11470173
Binary1110010100011010101101
Octal162106255

Shades and tints

Shades of #7246AD

#7246AD
(114,70,173)
#68409E
(104,64,158)
#5E3A8F
(94,58,143)
#543480
(84,52,128)
#4A2E71
(74,46,113)
#402862
(64,40,98)
#362253
(54,34,83)
#2C1C44
(44,28,68)
#221635
(34,22,53)
#181026
(24,16,38)
#0E0A17
(14,10,23)
#000000
(0,0,0)

Tints of #7246AD

#7246AD
(114,70,173)
#7E56B4
(126,86,180)
#8A66BB
(138,102,187)
#9676C2
(150,118,194)
#A286C9
(162,134,201)
#AE96D0
(174,150,208)
#BAA6D7
(186,166,215)
#C6B6DE
(198,182,222)
#D2C6E5
(210,198,229)
#DED6EC
(222,214,236)
#EAE6F3
(234,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7246AD color. Also use rgb(114,70,173) instead hex code.

Text Font Color

.myTextColor { color: #7246AD; }

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

This text font color is #7246AD.


Background Color

.myBgColor { background-color: #7246AD; }

<div style="background-color:#7246AD">Inner text</div>

This div background color is #7246AD.


Border color

.myBorderColor { border: 1px solid #7246AD; }

<div style="border:3px solid #7246AD">Div</div>

This div border color is #7246AD.


Opacity

.myOpacity80 { color: #7246AD; opacity: 0.8; }

<p style="color:#7246AD;opacity:0.8;">80%</p>

Text with #7246AD 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 #7246AD;}

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

This text has shadow with #7246AD color.

.textShadow {text-shadow: 3px 3px 1px #7246AD, 3px 3px 1px red;}

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

This text has shadow with #7246AD primary color and red secondary color.


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

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

This text has shadow with #7246AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7246AD on black background.


Color preview on white background

This text has color #7246AD on white background.



Black color preview on #7246AD background

This text has black color on #7246AD background.


White color preview on #7246AD background

This text has white color on #7246AD background.