COLOR #7A72CD

HEX: #7A72CD
RGB: (122,114,205)

Color info

#7A72CD contains mainly blue color. Web safe color of #7A72CD is #6666CC (or #66C).

RGB color model

#7A72CD color RGB value is (122,114,205).

  • red value is 122;
  • green value is 114;
  • blue value is 205.
RGB:
(122,114,205)
(48%,45%,80%)

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 205 of 255 = 80%

122
114
205

R + G + B ~ 58%. #7A72CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 114 + 205 = 441 (100%)
R 122 of 441 ~ 27.66%
G 114 of 441 ~ 25.85%
B 205 of 441 ~ 46.49%

%27.66
%25.85
%46.49

CMYK color model

#7A72CD color CMYK value is (40,44,0,20).

  • cyan value is 40.49%
  • magenta value is 44.39%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(40,44,0,20)
C40M44Y0K20 
(40%,44%,0%,20%)
(0.40/0.44/0.00/0.20)	

CMYK percentages

%40.49
%44.39
%0
%19.61

Codes

Color #7A72CD in popluar color models

7A72CD
RGB122114205
HSL245°47.64%62.55%
HSB/HSV245°44.39%80.39%
CMYK40.49%44.39%0.00%
19.61%

Color #7A72CD in popluar number systems.

HEX7A72CD
Decimal122114205
Binary1111010111001011001101
Octal172162315

Shades and tints

Shades of #7A72CD

#7A72CD
(122,114,205)
#6F68BB
(111,104,187)
#645EA9
(100,94,169)
#595497
(89,84,151)
#4E4A85
(78,74,133)
#434073
(67,64,115)
#383661
(56,54,97)
#2D2C4F
(45,44,79)
#22223D
(34,34,61)
#17182B
(23,24,43)
#0C0E19
(12,14,25)
#000000
(0,0,0)

Tints of #7A72CD

#7A72CD
(122,114,205)
#867ED1
(134,126,209)
#928AD5
(146,138,213)
#9E96D9
(158,150,217)
#AAA2DD
(170,162,221)
#B6AEE1
(182,174,225)
#C2BAE5
(194,186,229)
#CEC6E9
(206,198,233)
#DAD2ED
(218,210,237)
#E6DEF1
(230,222,241)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A72CD color. Also use rgb(122,114,205) instead hex code.

Text Font Color

.myTextColor { color: #7A72CD; }

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

This text font color is #7A72CD.


Background Color

.myBgColor { background-color: #7A72CD; }

<div style="background-color:#7A72CD">Inner text</div>

This div background color is #7A72CD.


Border color

.myBorderColor { border: 1px solid #7A72CD; }

<div style="border:3px solid #7A72CD">Div</div>

This div border color is #7A72CD.


Opacity

.myOpacity80 { color: #7A72CD; opacity: 0.8; }

<p style="color:#7A72CD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A72CD color.

.textShadow {text-shadow: 3px 3px 1px #7A72CD, 3px 3px 1px red;}

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

This text has shadow with #7A72CD primary color and red secondary color.


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

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

This text has shadow with #7A72CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A72CD on black background.


Color preview on white background

This text has color #7A72CD on white background.



Black color preview on #7A72CD background

This text has black color on #7A72CD background.


White color preview on #7A72CD background

This text has white color on #7A72CD background.