HEX: #7515AD
RGB: (117,21,173)
#7515AD contains mainly red and blue colors. Web safe color of #7515AD is #660099 (or #609).
#7515AD color RGB value is (117,21,173).
RGB: (117,21,173)
(46%, 8%, 68%)
R 117 of 255 = 46%
G 21 of 255 = 8%
B 173 of 255 = 68%
R + G + B ~ 41%. #7515AD is middle color (not dark and not light).
R + G + B = 117 + 21 + 173 = 311 (100%)
R 117 of 311 ~ 37.62%
G 21 of 311 ~ 6.75%
B 173 of 311 ~ 55.63'%
#7515AD color CMYK value is (32,88,0,32).
CMYK: (32,88,0,32)
C32M88Y0K32 (32%, 88%, 0%, 32%)
(0.32 / 0.88 / 0.00 / 0.32)
Color #7515AD in popluar color models
75 | 15 | AD | |
---|---|---|---|
RGB | 117 | 21 | 173 |
HSL | 278° | 78.35% | 38.04% |
HSB/HSV | 278° | 87.86% | 67.84% |
CMYK | 32.37% | 87.86% | 0.00% |
32.16% |
Color #7515AD in popluar number systems.
HEX | 75 | 15 | AD |
Decimal | 117 | 21 | 173 |
Binary | 1110101 | 10101 | 10101101 |
Octal | 165 | 25 | 255 |
Shades of #7515AD
Tints of #7515AD
Examples of css and html codes for elements with #7515AD color. Also use rgb(117,21,173) instead hex code.
.myTextColor { color: #7515AD; }
<p style="color:#7515AD">This sample text font color is #7515AD.</p>
This text font color is #7515AD.
.myBgColor { background-color: #7515AD; }
<div style="background-color:#7515AD">Inner text</div>
This div background color is #7515AD.
.myBorderColor { border: 1px solid #7515AD; }
<div style="border:3px solid #7515AD">Div</div>
This div border color is #7515AD.
.myOpacity80 { color: #7515AD; opacity: 0.8; }
<p style="color:#7515AD;opacity:0.8;">80%</p>
Text with #7515AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7515AD;}
<p style="text-shadow: 3px 3px 1px #7515AD">Text here.</p>
This text has shadow with #7515AD color.
.textShadow {text-shadow: 3px 3px 1px #7515AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7515AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #7515AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7515AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7515AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #7515AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7515AD;
-webkit-box-shadow: 1px 1px 3px 2px #7515AD;
box-shadow: 1px 1px 3px 2px #7515AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7515AD; -webkit-box-shadow: 1px 1px 3px 2px #7515AD; box-shadow:1px 1px 3px 2px #7515AD;">
Div content here
</div>
This text has color #7515AD on black background.
This text has color #7515AD on white background.
This text has black color on #7515AD background.
This text has white color on #7515AD background.
Complementary color for #hex is #8AEA52.