COLOR #7A72C1

HEX: #7A72C1
RGB: (122,114,193)

Color info

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

RGB color model

#7A72C1 color RGB value is (122,114,193).

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

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 193 of 255 = 76%

122
114
193

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

Portions of RGB colors in percentages

R + G + B =
122 + 114 + 193 = 429 (100%)
R 122 of 429 ~ 28.44%
G 114 of 429 ~ 26.57%
B 193 of 429 ~ 44.99%

%28.44
%26.57
%44.99

CMYK color model

#7A72C1 color CMYK value is (37,41,0,24).

  • cyan value is 36.79%
  • magenta value is 40.93%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(37,41,0,24)
C37M41Y0K24 
(37%,41%,0%,24%)
(0.37/0.41/0.00/0.24)	

CMYK percentages

%36.79
%40.93
%0
%24.31

Codes

Color #7A72C1 in popluar color models

7A72C1
RGB122114193
HSL246°38.92%60.20%
HSB/HSV246°40.93%75.69%
CMYK36.79%40.93%0.00%
24.31%

Color #7A72C1 in popluar number systems.

HEX7A72C1
Decimal122114193
Binary1111010111001011000001
Octal172162301

Shades and tints

Shades of #7A72C1

#7A72C1
(122,114,193)
#6F68B0
(111,104,176)
#645E9F
(100,94,159)
#59548E
(89,84,142)
#4E4A7D
(78,74,125)
#43406C
(67,64,108)
#38365B
(56,54,91)
#2D2C4A
(45,44,74)
#222239
(34,34,57)
#171828
(23,24,40)
#0C0E17
(12,14,23)
#000000
(0,0,0)

Tints of #7A72C1

#7A72C1
(122,114,193)
#867EC6
(134,126,198)
#928ACB
(146,138,203)
#9E96D0
(158,150,208)
#AAA2D5
(170,162,213)
#B6AEDA
(182,174,218)
#C2BADF
(194,186,223)
#CEC6E4
(206,198,228)
#DAD2E9
(218,210,233)
#E6DEEE
(230,222,238)
#F2EAF3
(242,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A72C1; }

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

This text font color is #7A72C1.


Background Color

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

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

This div background color is #7A72C1.


Border color

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

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

This div border color is #7A72C1.


Opacity

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

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

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

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

This text has shadow with #7A72C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A72C1 on black background.


Color preview on white background

This text has color #7A72C1 on white background.



Black color preview on #7A72C1 background

This text has black color on #7A72C1 background.


White color preview on #7A72C1 background

This text has white color on #7A72C1 background.