COLOR #7517D3

HEX: #7517D3
RGB: (117,23,211)

Color info

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

RGB color model

#7517D3 color RGB value is (117,23,211).

  • red value is 117;
  • green value is 23;
  • blue value is 211.
RGB:
(117,23,211)
(46%,9%,83%)

RGB channels and saturation

R 117 of 255 = 46%
G 23 of 255 = 9%
B 211 of 255 = 83%

117
23
211

R + G + B ~ 46%. #7517D3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 23 + 211 = 351 (100%)
R 117 of 351 ~ 33.33%
G 23 of 351 ~ 6.55%
B 211 of 351 ~ 60.11%

%33.33
%60.11

CMYK color model

#7517D3 color CMYK value is (45,89,0,17).

  • cyan value is 44.55%
  • magenta value is 89.10%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(45,89,0,17)
C45M89Y0K17 
(45%,89%,0%,17%)
(0.45/0.89/0.00/0.17)	

CMYK percentages

%44.55
%89.1
%0
%17.25

Codes

Color #7517D3 in popluar color models

7517D3
RGB11723211
HSL270°80.34%45.88%
HSB/HSV270°89.10%82.75%
CMYK44.55%89.10%0.00%
17.25%

Color #7517D3 in popluar number systems.

HEX7517D3
Decimal11723211
Binary11101011011111010011
Octal16527323

Shades and tints

Shades of #7517D3

#7517D3
(117,23,211)
#6B15C0
(107,21,192)
#6113AD
(97,19,173)
#57119A
(87,17,154)
#4D0F87
(77,15,135)
#430D74
(67,13,116)
#390B61
(57,11,97)
#2F094E
(47,9,78)
#25073B
(37,7,59)
#1B0528
(27,5,40)
#110315
(17,3,21)
#000000
(0,0,0)

Tints of #7517D3

#7517D3
(117,23,211)
#812CD7
(129,44,215)
#8D41DB
(141,65,219)
#9956DF
(153,86,223)
#A56BE3
(165,107,227)
#B180E7
(177,128,231)
#BD95EB
(189,149,235)
#C9AAEF
(201,170,239)
#D5BFF3
(213,191,243)
#E1D4F7
(225,212,247)
#EDE9FB
(237,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7517D3 color. Also use rgb(117,23,211) instead hex code.

Text Font Color

.myTextColor { color: #7517D3; }

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

This text font color is #7517D3.


Background Color

.myBgColor { background-color: #7517D3; }

<div style="background-color:#7517D3">Inner text</div>

This div background color is #7517D3.


Border color

.myBorderColor { border: 1px solid #7517D3; }

<div style="border:3px solid #7517D3">Div</div>

This div border color is #7517D3.


Opacity

.myOpacity80 { color: #7517D3; opacity: 0.8; }

<p style="color:#7517D3;opacity:0.8;">80%</p>

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

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

This text has shadow with #7517D3 color.

.textShadow {text-shadow: 3px 3px 1px #7517D3, 3px 3px 1px red;}

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

This text has shadow with #7517D3 primary color and red secondary color.


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

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

This text has shadow with #7517D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7517D3 on black background.


Color preview on white background

This text has color #7517D3 on white background.



Black color preview on #7517D3 background

This text has black color on #7517D3 background.


White color preview on #7517D3 background

This text has white color on #7517D3 background.