COLOR #7A0AD3

HEX: #7A0AD3
RGB: (122,10,211)

Color info

#7A0AD3 contains mainly blue color. Web safe color of #7A0AD3 is #6600CC (or #60C).

RGB color model

#7A0AD3 color RGB value is (122,10,211).

  • red value is 122;
  • green value is 10;
  • blue value is 211.
RGB:
(122,10,211)
(48%,4%,83%)

RGB channels and saturation

R 122 of 255 = 48%
G 10 of 255 = 4%
B 211 of 255 = 83%

122
10
211

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

Portions of RGB colors in percentages

R + G + B =
122 + 10 + 211 = 343 (100%)
R 122 of 343 ~ 35.57%
G 10 of 343 ~ 2.92%
B 211 of 343 ~ 61.52%

%35.57
%61.52

CMYK color model

#7A0AD3 color CMYK value is (42,95,0,17).

  • cyan value is 42.18%
  • magenta value is 95.26%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(42,95,0,17)
C42M95Y0K17 
(42%,95%,0%,17%)
(0.42/0.95/0.00/0.17)	

CMYK percentages

%42.18
%95.26
%0
%17.25

Codes

Color #7A0AD3 in popluar color models

7A0AD3
RGB12210211
HSL273°90.95%43.33%
HSB/HSV273°95.26%82.75%
CMYK42.18%95.26%0.00%
17.25%

Color #7A0AD3 in popluar number systems.

HEX7A0AD3
Decimal12210211
Binary1111010101011010011
Octal17212323

Shades and tints

Shades of #7A0AD3

#7A0AD3
(122,10,211)
#6F0AC0
(111,10,192)
#640AAD
(100,10,173)
#590A9A
(89,10,154)
#4E0A87
(78,10,135)
#430A74
(67,10,116)
#380A61
(56,10,97)
#2D0A4E
(45,10,78)
#220A3B
(34,10,59)
#170A28
(23,10,40)
#0C0A15
(12,10,21)
#000000
(0,0,0)

Tints of #7A0AD3

#7A0AD3
(122,10,211)
#8620D7
(134,32,215)
#9236DB
(146,54,219)
#9E4CDF
(158,76,223)
#AA62E3
(170,98,227)
#B678E7
(182,120,231)
#C28EEB
(194,142,235)
#CEA4EF
(206,164,239)
#DABAF3
(218,186,243)
#E6D0F7
(230,208,247)
#F2E6FB
(242,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A0AD3 color. Also use rgb(122,10,211) instead hex code.

Text Font Color

.myTextColor { color: #7A0AD3; }

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

This text font color is #7A0AD3.


Background Color

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

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

This div background color is #7A0AD3.


Border color

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

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

This div border color is #7A0AD3.


Opacity

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

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

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

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

This text has shadow with #7A0AD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A0AD3 on black background.


Color preview on white background

This text has color #7A0AD3 on white background.



Black color preview on #7A0AD3 background

This text has black color on #7A0AD3 background.


White color preview on #7A0AD3 background

This text has white color on #7A0AD3 background.