COLOR #731FD5

HEX: #731FD5
RGB: (115,31,213)

Color info

#731FD5 contains mainly blue color. Web safe color of #731FD5 is #6633CC (or #63C).

RGB color model

#731FD5 color RGB value is (115,31,213).

  • red value is 115;
  • green value is 31;
  • blue value is 213.
RGB:
(115,31,213)
(45%,12%,84%)

RGB channels and saturation

R 115 of 255 = 45%
G 31 of 255 = 12%
B 213 of 255 = 84%

115
31
213

R + G + B ~ 47%. #731FD5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 31 + 213 = 359 (100%)
R 115 of 359 ~ 32.03%
G 31 of 359 ~ 8.64%
B 213 of 359 ~ 59.33%

%32.03
%59.33

CMYK color model

#731FD5 color CMYK value is (46,85,0,16).

  • cyan value is 46.01%
  • magenta value is 85.45%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(46,85,0,16)
C46M85Y0K16 
(46%,85%,0%,16%)
(0.46/0.85/0.00/0.16)	

CMYK percentages

%46.01
%85.45
%0
%16.47

Codes

Color #731FD5 in popluar color models

731FD5
RGB11531213
HSL268°74.59%47.84%
HSB/HSV268°85.45%83.53%
CMYK46.01%85.45%0.00%
16.47%

Color #731FD5 in popluar number systems.

HEX731FD5
Decimal11531213
Binary11100111111111010101
Octal16337325

Shades and tints

Shades of #731FD5

#731FD5
(115,31,213)
#691DC2
(105,29,194)
#5F1BAF
(95,27,175)
#55199C
(85,25,156)
#4B1789
(75,23,137)
#411576
(65,21,118)
#371363
(55,19,99)
#2D1150
(45,17,80)
#230F3D
(35,15,61)
#190D2A
(25,13,42)
#0F0B17
(15,11,23)
#000000
(0,0,0)

Tints of #731FD5

#731FD5
(115,31,213)
#7F33D8
(127,51,216)
#8B47DB
(139,71,219)
#975BDE
(151,91,222)
#A36FE1
(163,111,225)
#AF83E4
(175,131,228)
#BB97E7
(187,151,231)
#C7ABEA
(199,171,234)
#D3BFED
(211,191,237)
#DFD3F0
(223,211,240)
#EBE7F3
(235,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731FD5 color. Also use rgb(115,31,213) instead hex code.

Text Font Color

.myTextColor { color: #731FD5; }

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

This text font color is #731FD5.


Background Color

.myBgColor { background-color: #731FD5; }

<div style="background-color:#731FD5">Inner text</div>

This div background color is #731FD5.


Border color

.myBorderColor { border: 1px solid #731FD5; }

<div style="border:3px solid #731FD5">Div</div>

This div border color is #731FD5.


Opacity

.myOpacity80 { color: #731FD5; opacity: 0.8; }

<p style="color:#731FD5;opacity:0.8;">80%</p>

Text with #731FD5 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 #731FD5;}

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

This text has shadow with #731FD5 color.

.textShadow {text-shadow: 3px 3px 1px #731FD5, 3px 3px 1px red;}

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

This text has shadow with #731FD5 primary color and red secondary color.


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

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

This text has shadow with #731FD5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731FD5 on black background.


Color preview on white background

This text has color #731FD5 on white background.



Black color preview on #731FD5 background

This text has black color on #731FD5 background.


White color preview on #731FD5 background

This text has white color on #731FD5 background.