COLOR #7517B6

HEX: #7517B6
RGB: (117,23,182)

Color info

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

RGB color model

#7517B6 color RGB value is (117,23,182).

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

RGB channels and saturation

R 117 of 255 = 46%
G 23 of 255 = 9%
B 182 of 255 = 71%

117
23
182

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

Portions of RGB colors in percentages

R + G + B =
117 + 23 + 182 = 322 (100%)
R 117 of 322 ~ 36.34%
G 23 of 322 ~ 7.14%
B 182 of 322 ~ 56.52%

%36.34
%56.52

CMYK color model

#7517B6 color CMYK value is (36,87,0,29).

  • cyan value is 35.71%
  • magenta value is 87.36%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(36,87,0,29)
C36M87Y0K29 
(36%,87%,0%,29%)
(0.36/0.87/0.00/0.29)	

CMYK percentages

%35.71
%87.36
%0
%28.63

Codes

Color #7517B6 in popluar color models

7517B6
RGB11723182
HSL275°77.56%40.20%
HSB/HSV275°87.36%71.37%
CMYK35.71%87.36%0.00%
28.63%

Color #7517B6 in popluar number systems.

HEX7517B6
Decimal11723182
Binary11101011011110110110
Octal16527266

Shades and tints

Shades of #7517B6

#7517B6
(117,23,182)
#6B15A6
(107,21,166)
#611396
(97,19,150)
#571186
(87,17,134)
#4D0F76
(77,15,118)
#430D66
(67,13,102)
#390B56
(57,11,86)
#2F0946
(47,9,70)
#250736
(37,7,54)
#1B0526
(27,5,38)
#110316
(17,3,22)
#000000
(0,0,0)

Tints of #7517B6

#7517B6
(117,23,182)
#812CBC
(129,44,188)
#8D41C2
(141,65,194)
#9956C8
(153,86,200)
#A56BCE
(165,107,206)
#B180D4
(177,128,212)
#BD95DA
(189,149,218)
#C9AAE0
(201,170,224)
#D5BFE6
(213,191,230)
#E1D4EC
(225,212,236)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7517B6; }

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

This text font color is #7517B6.


Background Color

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

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

This div background color is #7517B6.


Border color

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

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

This div border color is #7517B6.


Opacity

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

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

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

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

This text has shadow with #7517B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7517B6 on black background.


Color preview on white background

This text has color #7517B6 on white background.



Black color preview on #7517B6 background

This text has black color on #7517B6 background.


White color preview on #7517B6 background

This text has white color on #7517B6 background.