COLOR #7515AD

HEX: #7515AD RGB: (117,21,173)

Color info

#7515AD contains mainly red and blue colors. Web safe color of #7515AD is #660099 (or #609).

RGB color model

#7515AD color RGB value is (117,21,173).

RGB: (117,21,173) (46%, 8%, 68%)

RGB channels and saturation

R 117 of 255 = 46%
G 21 of 255 = 8%
B 173 of 255 = 68%

117
21
173

R + G + B ~ 41%. #7515AD is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%37.62
%55.63

CMYK color model

#7515AD color CMYK value is (32,88,0,32).

  • cyan value is 32.37%
  • magenta value is 87.86%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (32,88,0,32)
C32M88Y0K32 (32%, 88%, 0%, 32%)
(0.32 / 0.88 / 0.00 / 0.32)

CMYK percentages

%32.37
%87.86
%0
%32.16

Codes

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 and tints

Shades of #7515AD

#7515AD
(117,21,173)
#6B149E
(107,20,158)
#61138F
(97,19,143)
#571280
(87,18,128)
#4D1171
(77,17,113)
#431062
(67,16,98)
#390F53
(57,15,83)
#2F0E44
(47,14,68)
#250D35
(37,13,53)
#1B0C26
(27,12,38)
#110B17
(17,11,23)
#000000
(0,0,0)

Tints of #7515AD

#7515AD
(117,21,173)
#812AB4
(129,42,180)
#8D3FBB
(141,63,187)
#9954C2
(153,84,194)
#A569C9
(165,105,201)
#B17ED0
(177,126,208)
#BD93D7
(189,147,215)
#C9A8DE
(201,168,222)
#D5BDE5
(213,189,229)
#E1D2EC
(225,210,236)
#EDE7F3
(237,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7515AD color. Also use rgb(117,21,173) instead hex code.

Text Font Color

.myTextColor { color: #7515AD; }

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

This text font color is #7515AD.

Background Color

.myBgColor { background-color: #7515AD; }

<div style="background-color:#7515AD">Inner text</div>

This div background color is #7515AD.

Border color

.myBorderColor { border: 1px solid #7515AD; }

<div style="border:3px solid #7515AD">Div</div>

This div border color is #7515AD.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #7515AD.

Preview

Color preview on black background

This text has color #7515AD on black background.


Color preview on white background

This text has color #7515AD on white background.


Black color preview on #7515AD background

This text has black color on #7515AD background.


White color preview on #7515AD background

This text has white color on #7515AD background.


Related colors

Complementary color

Complementary color for #hex is #8AEA52.


I love getcolorcode.com

Triadic colors

1 #AD7515 and #15AD75 with #7515AD are triadic colors.

2 #AD1575 and #1575AD with #7515AD are triadic colors.