COLOR #7446AA

HEX: #7446AA
RGB: (116,70,170)

Color info

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

RGB color model

#7446AA color RGB value is (116,70,170).

  • red value is 116;
  • green value is 70;
  • blue value is 170.
RGB:
(116,70,170)
(45%,27%,67%)

RGB channels and saturation

R 116 of 255 = 45%
G 70 of 255 = 27%
B 170 of 255 = 67%

116
70
170

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

Portions of RGB colors in percentages

R + G + B =
116 + 70 + 170 = 356 (100%)
R 116 of 356 ~ 32.58%
G 70 of 356 ~ 19.66%
B 170 of 356 ~ 47.75%

%32.58
%19.66
%47.75

CMYK color model

#7446AA color CMYK value is (32,59,0,33).

  • cyan value is 31.76%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(32,59,0,33)
C32M59Y0K33 
(32%,59%,0%,33%)
(0.32/0.59/0.00/0.33)	

CMYK percentages

%31.76
%58.82
%0
%33.33

Codes

Color #7446AA in popluar color models

7446AA
RGB11670170
HSL268°41.67%47.06%
HSB/HSV268°58.82%66.67%
CMYK31.76%58.82%0.00%
33.33%

Color #7446AA in popluar number systems.

HEX7446AA
Decimal11670170
Binary1110100100011010101010
Octal164106252

Shades and tints

Shades of #7446AA

#7446AA
(116,70,170)
#6A409B
(106,64,155)
#603A8C
(96,58,140)
#56347D
(86,52,125)
#4C2E6E
(76,46,110)
#42285F
(66,40,95)
#382250
(56,34,80)
#2E1C41
(46,28,65)
#241632
(36,22,50)
#1A1023
(26,16,35)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #7446AA

#7446AA
(116,70,170)
#8056B1
(128,86,177)
#8C66B8
(140,102,184)
#9876BF
(152,118,191)
#A486C6
(164,134,198)
#B096CD
(176,150,205)
#BCA6D4
(188,166,212)
#C8B6DB
(200,182,219)
#D4C6E2
(212,198,226)
#E0D6E9
(224,214,233)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7446AA color. Also use rgb(116,70,170) instead hex code.

Text Font Color

.myTextColor { color: #7446AA; }

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

This text font color is #7446AA.


Background Color

.myBgColor { background-color: #7446AA; }

<div style="background-color:#7446AA">Inner text</div>

This div background color is #7446AA.


Border color

.myBorderColor { border: 1px solid #7446AA; }

<div style="border:3px solid #7446AA">Div</div>

This div border color is #7446AA.


Opacity

.myOpacity80 { color: #7446AA; opacity: 0.8; }

<p style="color:#7446AA;opacity:0.8;">80%</p>

Text with #7446AA 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 #7446AA;}

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

This text has shadow with #7446AA color.

.textShadow {text-shadow: 3px 3px 1px #7446AA, 3px 3px 1px red;}

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

This text has shadow with #7446AA primary color and red secondary color.


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

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

This text has shadow with #7446AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7446AA on black background.


Color preview on white background

This text has color #7446AA on white background.



Black color preview on #7446AA background

This text has black color on #7446AA background.


White color preview on #7446AA background

This text has white color on #7446AA background.