COLOR #731EA2

HEX: #731EA2
RGB: (115,30,162)

Color info

#731EA2 contains mainly red and blue colors. Web safe color of #731EA2 is #663399 (or #639).

RGB color model

#731EA2 color RGB value is (115,30,162).

  • red value is 115;
  • green value is 30;
  • blue value is 162.
RGB:
(115,30,162)
(45%,12%,64%)

RGB channels and saturation

R 115 of 255 = 45%
G 30 of 255 = 12%
B 162 of 255 = 64%

115
30
162

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

Portions of RGB colors in percentages

R + G + B =
115 + 30 + 162 = 307 (100%)
R 115 of 307 ~ 37.46%
G 30 of 307 ~ 9.77%
B 162 of 307 ~ 52.77%

%37.46
%9.77
%52.77

CMYK color model

#731EA2 color CMYK value is (29,81,0,36).

  • cyan value is 29.01%
  • magenta value is 81.48%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(29,81,0,36)
C29M81Y0K36 
(29%,81%,0%,36%)
(0.29/0.81/0.00/0.36)	

CMYK percentages

%29.01
%81.48
%0
%36.47

Codes

Color #731EA2 in popluar color models

731EA2
RGB11530162
HSL279°68.75%37.65%
HSB/HSV279°81.48%63.53%
CMYK29.01%81.48%0.00%
36.47%

Color #731EA2 in popluar number systems.

HEX731EA2
Decimal11530162
Binary11100111111010100010
Octal16336242

Shades and tints

Shades of #731EA2

#731EA2
(115,30,162)
#691C94
(105,28,148)
#5F1A86
(95,26,134)
#551878
(85,24,120)
#4B166A
(75,22,106)
#41145C
(65,20,92)
#37124E
(55,18,78)
#2D1040
(45,16,64)
#230E32
(35,14,50)
#190C24
(25,12,36)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #731EA2

#731EA2
(115,30,162)
#7F32AA
(127,50,170)
#8B46B2
(139,70,178)
#975ABA
(151,90,186)
#A36EC2
(163,110,194)
#AF82CA
(175,130,202)
#BB96D2
(187,150,210)
#C7AADA
(199,170,218)
#D3BEE2
(211,190,226)
#DFD2EA
(223,210,234)
#EBE6F2
(235,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731EA2 color. Also use rgb(115,30,162) instead hex code.

Text Font Color

.myTextColor { color: #731EA2; }

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

This text font color is #731EA2.


Background Color

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

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

This div background color is #731EA2.


Border color

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

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

This div border color is #731EA2.


Opacity

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

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

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

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

This text has shadow with #731EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731EA2 on black background.


Color preview on white background

This text has color #731EA2 on white background.



Black color preview on #731EA2 background

This text has black color on #731EA2 background.


White color preview on #731EA2 background

This text has white color on #731EA2 background.