COLOR #7A00AD

HEX: #7A00AD
RGB: (122,0,173)

Color info

#7A00AD contains only red and blue colors. Web safe color of #7A00AD is #660099 (or #609).

RGB color model

#7A00AD color RGB value is (122,0,173).

  • red value is 122;
  • green value is 0;
  • blue value is 173.
RGB:
(122,0,173)
(48%,0%,68%)

RGB channels and saturation

R 122 of 255 = 48%
G 0 of 255 = 0%
B 173 of 255 = 68%

122
0
173

R + G + B ~ 39%. #7A00AD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 0 + 173 = 295 (100%)
R 122 of 295 ~ 41.36%
G 0 of 295 ~ 0%
B 173 of 295 ~ 58.64%

%41.36
%58.64

CMYK color model

#7A00AD color CMYK value is (29,100,0,32).

  • cyan value is 29.48%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(29,100,0,32)
C29M100Y0K32 
(29%,100%,0%,32%)
(0.29/1.00/0.00/0.32)	

CMYK percentages

%29.48
%100
%0
%32.16

Codes

Color #7A00AD in popluar color models

7A00AD
RGB1220173
HSL282°100.00%33.92%
HSB/HSV282°100.00%67.84%
CMYK29.48%100.00%0.00%
32.16%

Color #7A00AD in popluar number systems.

HEX7A00AD
Decimal1220173
Binary1111010010101101
Octal1720255

Shades and tints

Shades of #7A00AD

#7A00AD
(122,0,173)
#6F009E
(111,0,158)
#64008F
(100,0,143)
#590080
(89,0,128)
#4E0071
(78,0,113)
#430062
(67,0,98)
#380053
(56,0,83)
#2D0044
(45,0,68)
#220035
(34,0,53)
#170026
(23,0,38)
#0C0017
(12,0,23)
#000000
(0,0,0)

Tints of #7A00AD

#7A00AD
(122,0,173)
#8617B4
(134,23,180)
#922EBB
(146,46,187)
#9E45C2
(158,69,194)
#AA5CC9
(170,92,201)
#B673D0
(182,115,208)
#C28AD7
(194,138,215)
#CEA1DE
(206,161,222)
#DAB8E5
(218,184,229)
#E6CFEC
(230,207,236)
#F2E6F3
(242,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A00AD color. Also use rgb(122,0,173) instead hex code.

Text Font Color

.myTextColor { color: #7A00AD; }

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

This text font color is #7A00AD.


Background Color

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

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

This div background color is #7A00AD.


Border color

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

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

This div border color is #7A00AD.


Opacity

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

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

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

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

This text has shadow with #7A00AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A00AD on black background.


Color preview on white background

This text has color #7A00AD on white background.



Black color preview on #7A00AD background

This text has black color on #7A00AD background.


White color preview on #7A00AD background

This text has white color on #7A00AD background.