COLOR #7317FF

HEX: #7317FF
RGB: (115,23,255)

Color info

#7317FF contains mainly blue color. Web safe color of #7317FF is #6600FF (or #60F).

RGB color model

#7317FF color RGB value is (115,23,255).

  • red value is 115;
  • green value is 23;
  • blue value is 255.
RGB:
(115,23,255)
(45%,9%,100%)

RGB channels and saturation

R 115 of 255 = 45%
G 23 of 255 = 9%
B 255 of 255 = 100%

115
23
255

R + G + B ~ 51%. #7317FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 23 + 255 = 393 (100%)
R 115 of 393 ~ 29.26%
G 23 of 393 ~ 5.85%
B 255 of 393 ~ 64.89%

%29.26
%64.89

CMYK color model

#7317FF color CMYK value is (55,91,0,0).

  • cyan value is 54.90%
  • magenta value is 90.98%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(55,91,0,0)
C55M91Y0K0 
(55%,91%,0%,0%)
(0.55/0.91/0.00/0.00)	

CMYK percentages

%54.9
%90.98
%0
%0

Codes

Color #7317FF in popluar color models

7317FF
RGB11523255
HSL264°100.00%54.51%
HSB/HSV264°90.98%100.00%
CMYK54.90%90.98%0.00%
0.00%

Color #7317FF in popluar number systems.

HEX7317FF
Decimal11523255
Binary11100111011111111111
Octal16327377

Shades and tints

Shades of #7317FF

#7317FF
(115,23,255)
#6915E8
(105,21,232)
#5F13D1
(95,19,209)
#5511BA
(85,17,186)
#4B0FA3
(75,15,163)
#410D8C
(65,13,140)
#370B75
(55,11,117)
#2D095E
(45,9,94)
#230747
(35,7,71)
#190530
(25,5,48)
#0F0319
(15,3,25)
#000000
(0,0,0)

Tints of #7317FF

#7317FF
(115,23,255)
#7F2CFF
(127,44,255)
#8B41FF
(139,65,255)
#9756FF
(151,86,255)
#A36BFF
(163,107,255)
#AF80FF
(175,128,255)
#BB95FF
(187,149,255)
#C7AAFF
(199,170,255)
#D3BFFF
(211,191,255)
#DFD4FF
(223,212,255)
#EBE9FF
(235,233,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7317FF color. Also use rgb(115,23,255) instead hex code.

Text Font Color

.myTextColor { color: #7317FF; }

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

This text font color is #7317FF.


Background Color

.myBgColor { background-color: #7317FF; }

<div style="background-color:#7317FF">Inner text</div>

This div background color is #7317FF.


Border color

.myBorderColor { border: 1px solid #7317FF; }

<div style="border:3px solid #7317FF">Div</div>

This div border color is #7317FF.


Opacity

.myOpacity80 { color: #7317FF; opacity: 0.8; }

<p style="color:#7317FF;opacity:0.8;">80%</p>

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

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

This text has shadow with #7317FF color.

.textShadow {text-shadow: 3px 3px 1px #7317FF, 3px 3px 1px red;}

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

This text has shadow with #7317FF primary color and red secondary color.


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

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

This text has shadow with #7317FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7317FF on black background.


Color preview on white background

This text has color #7317FF on white background.



Black color preview on #7317FF background

This text has black color on #7317FF background.


White color preview on #7317FF background

This text has white color on #7317FF background.