COLOR #7064AD

HEX: #7064AD
RGB: (112,100,173)

Color info

#7064AD contains mainly blue color. Web safe color of #7064AD is #666699 (or #669).

RGB color model

#7064AD color RGB value is (112,100,173).

  • red value is 112;
  • green value is 100;
  • blue value is 173.
RGB: (112,100,173) (44%,39%,68%)

RGB channels and saturation

R 112 of 255 = 44%
G 100 of 255 = 39%
B 173 of 255 = 68%

112
100
173

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

Portions of RGB colors in percentages

R + G + B =
112 + 100 + 173 = 385 (100%)
R 112 of 385 ~ 29.09%
G 100 of 385 ~ 25.97%
B 173 of 385 ~ 44.94%

%29.09
%25.97
%44.94

CMYK color model

#7064AD color CMYK value is (35,42,0,32).

  • cyan value is 35.26%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (35,42,0,32) C35M42Y0K32 (35%,42%,0%,32%) (0.35/0.42/0.00/0.32)

CMYK percentages

%35.26
%42.2
%0
%32.16

Codes

Color #7064AD in popluar color models

7064AD
RGB112100173
HSL250°30.80%53.53%
HSB/HSV250°42.20%67.84%
CMYK35.26%42.20%0.00%
32.16%

Color #7064AD in popluar number systems.

HEX7064AD
Decimal112100173
Binary1110000110010010101101
Octal160144255

Shades and tints

Shades of #7064AD

#7064AD
(112,100,173)
#665B9E
(102,91,158)
#5C528F
(92,82,143)
#524980
(82,73,128)
#484071
(72,64,113)
#3E3762
(62,55,98)
#342E53
(52,46,83)
#2A2544
(42,37,68)
#201C35
(32,28,53)
#161326
(22,19,38)
#0C0A17
(12,10,23)
#000000
(0,0,0)

Tints of #7064AD

#7064AD
(112,100,173)
#7D72B4
(125,114,180)
#8A80BB
(138,128,187)
#978EC2
(151,142,194)
#A49CC9
(164,156,201)
#B1AAD0
(177,170,208)
#BEB8D7
(190,184,215)
#CBC6DE
(203,198,222)
#D8D4E5
(216,212,229)
#E5E2EC
(229,226,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7064AD color. Also use rgb(112,100,173) instead hex code.

Text Font Color

.myTextColor { color: #7064AD; }

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

This text font color is #7064AD.


Background Color

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

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

This div background color is #7064AD.


Border color

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

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

This div border color is #7064AD.


Opacity

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

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

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

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

This text has shadow with #7064AD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7064AD on black background.


Color preview on white background

This text has color #7064AD on white background.



Black color preview on #7064AD background

This text has black color on #7064AD background.


White color preview on #7064AD background

This text has white color on #7064AD background.