COLOR #731B9F

HEX: #731B9F RGB: (115,27,159)

Color info

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

RGB color model

#731B9F color RGB value is (115,27,159).

RGB: (115,27,159) (45%, 11%, 62%)

RGB channels and saturation

R 115 of 255 = 45%
G 27 of 255 = 11%
B 159 of 255 = 62%

115
27
159

R + G + B ~ 39%. #731B9F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 27 + 159 = 301 (100%)
R 115 of 301 ~ 38.21%
G 27 of 301 ~ 8.97%
B 159 of 301 ~ 52.82'%

%38.21
%52.82

CMYK color model

#731B9F color CMYK value is (28,83,0,38).

  • cyan value is 27.67%
  • magenta value is 83.02%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (28,83,0,38)
C28M83Y0K38 (28%, 83%, 0%, 38%)
(0.28 / 0.83 / 0.00 / 0.38)

CMYK percentages

%27.67
%83.02
%0
%37.65

Codes

Color #731B9F in popluar color models

73 1B 9F
RGB 115 27 159
HSL 280° 70.97% 36.47%
HSB/HSV 280° 83.02% 62.35%
CMYK 27.67% 83.02% 0.00%
37.65%

Color #731B9F in popluar number systems.

HEX 73 1B 9F
Decimal 115 27 159
Binary 1110011 11011 10011111
Octal 163 33 237

Shades and tints

Shades of #731B9F

#731B9F
(115,27,159)
#691991
(105,25,145)
#5F1783
(95,23,131)
#551575
(85,21,117)
#4B1367
(75,19,103)
#411159
(65,17,89)
#370F4B
(55,15,75)
#2D0D3D
(45,13,61)
#230B2F
(35,11,47)
#190921
(25,9,33)
#0F0713
(15,7,19)
#000000
(0,0,0)

Tints of #731B9F

#731B9F
(115,27,159)
#7F2FA7
(127,47,167)
#8B43AF
(139,67,175)
#9757B7
(151,87,183)
#A36BBF
(163,107,191)
#AF7FC7
(175,127,199)
#BB93CF
(187,147,207)
#C7A7D7
(199,167,215)
#D3BBDF
(211,187,223)
#DFCFE7
(223,207,231)
#EBE3EF
(235,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731B9F color. Also use rgb(115,27,159) instead hex code.

Text Font Color

.myTextColor { color: #731B9F; }

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

This text font color is #731B9F.

Background Color

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

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

This div background color is #731B9F.

Border color

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

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

This div border color is #731B9F.

Opacity

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

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

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

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

This text has shadow with #731B9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #731B9F.

Preview

Color preview on black background

This text has color #731B9F on black background.


Color preview on white background

This text has color #731B9F on white background.


Black color preview on #731B9F background

This text has black color on #731B9F background.


White color preview on #731B9F background

This text has white color on #731B9F background.


Related colors

Complementary color

Complementary color for #hex is #8CE460.


I love getcolorcode.com

Triadic colors

1 #9F731B and #1B9F73 with #731B9F are triadic colors.

2 #9F1B73 and #1B739F with #731B9F are triadic colors.