COLOR #731BA9

HEX: #731BA9 RGB: (115,27,169)

Color info

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

RGB color model

#731BA9 color RGB value is (115,27,169).

RGB: (115,27,169) (45%, 11%, 66%)

RGB channels and saturation

R 115 of 255 = 45%
G 27 of 255 = 11%
B 169 of 255 = 66%

115
27
169

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

Portions of RGB colors in percentages

R + G + B = 115 + 27 + 169 = 311 (100%)
R 115 of 311 ~ 36.98%
G 27 of 311 ~ 8.68%
B 169 of 311 ~ 54.34'%

%36.98
%54.34

CMYK color model

#731BA9 color CMYK value is (32,84,0,34).

  • cyan value is 31.95%
  • magenta value is 84.02%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (32,84,0,34)
C32M84Y0K34 (32%, 84%, 0%, 34%)
(0.32 / 0.84 / 0.00 / 0.34)

CMYK percentages

%31.95
%84.02
%0
%33.73

Codes

Color #731BA9 in popluar color models

73 1B A9
RGB 115 27 169
HSL 277° 72.45% 38.43%
HSB/HSV 277° 84.02% 66.27%
CMYK 31.95% 84.02% 0.00%
33.73%

Color #731BA9 in popluar number systems.

HEX 73 1B A9
Decimal 115 27 169
Binary 1110011 11011 10101001
Octal 163 33 251

Shades and tints

Shades of #731BA9

#731BA9
(115,27,169)
#69199A
(105,25,154)
#5F178B
(95,23,139)
#55157C
(85,21,124)
#4B136D
(75,19,109)
#41115E
(65,17,94)
#370F4F
(55,15,79)
#2D0D40
(45,13,64)
#230B31
(35,11,49)
#190922
(25,9,34)
#0F0713
(15,7,19)
#000000
(0,0,0)

Tints of #731BA9

#731BA9
(115,27,169)
#7F2FB0
(127,47,176)
#8B43B7
(139,67,183)
#9757BE
(151,87,190)
#A36BC5
(163,107,197)
#AF7FCC
(175,127,204)
#BB93D3
(187,147,211)
#C7A7DA
(199,167,218)
#D3BBE1
(211,187,225)
#DFCFE8
(223,207,232)
#EBE3EF
(235,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #731BA9; }

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

This text font color is #731BA9.

Background Color

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

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

This div background color is #731BA9.

Border color

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

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

This div border color is #731BA9.

Opacity

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

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

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

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

This text has shadow with #731BA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #731BA9.

Preview

Color preview on black background

This text has color #731BA9 on black background.


Color preview on white background

This text has color #731BA9 on white background.


Black color preview on #731BA9 background

This text has black color on #731BA9 background.


White color preview on #731BA9 background

This text has white color on #731BA9 background.


Related colors

Complementary color

Complementary color for #hex is #8CE456.


I love getcolorcode.com

Triadic colors

1 #A9731B and #1BA973 with #731BA9 are triadic colors.

2 #A91B73 and #1B73A9 with #731BA9 are triadic colors.