COLOR #7351BE

HEX: #7351BE RGB: (115,81,190)

Color info

#7351BE contains mainly blue color. Web safe color of #7351BE is #6666CC (or #66C).

RGB color model

#7351BE color RGB value is (115,81,190).

RGB: (115,81,190) (45%, 32%, 75%)

RGB channels and saturation

R 115 of 255 = 45%
G 81 of 255 = 32%
B 190 of 255 = 75%

115
81
190

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

Portions of RGB colors in percentages

R + G + B = 115 + 81 + 190 = 386 (100%)
R 115 of 386 ~ 29.79%
G 81 of 386 ~ 20.98%
B 190 of 386 ~ 49.22'%

%29.79
%20.98
%49.22

CMYK color model

#7351BE color CMYK value is (39,57,0,25).

  • cyan value is 39.47%
  • magenta value is 57.37%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (39,57,0,25)
C39M57Y0K25 (39%, 57%, 0%, 25%)
(0.39 / 0.57 / 0.00 / 0.25)

CMYK percentages

%39.47
%57.37
%0
%25.49

Codes

Color #7351BE in popluar color models

73 51 BE
RGB 115 81 190
HSL 259° 45.61% 53.14%
HSB/HSV 259° 57.37% 74.51%
CMYK 39.47% 57.37% 0.00%
25.49%

Color #7351BE in popluar number systems.

HEX 73 51 BE
Decimal 115 81 190
Binary 1110011 1010001 10111110
Octal 163 121 276

Shades and tints

Shades of #7351BE

#7351BE
(115,81,190)
#694AAD
(105,74,173)
#5F439C
(95,67,156)
#553C8B
(85,60,139)
#4B357A
(75,53,122)
#412E69
(65,46,105)
#372758
(55,39,88)
#2D2047
(45,32,71)
#231936
(35,25,54)
#191225
(25,18,37)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #7351BE

#7351BE
(115,81,190)
#7F60C3
(127,96,195)
#8B6FC8
(139,111,200)
#977ECD
(151,126,205)
#A38DD2
(163,141,210)
#AF9CD7
(175,156,215)
#BBABDC
(187,171,220)
#C7BAE1
(199,186,225)
#D3C9E6
(211,201,230)
#DFD8EB
(223,216,235)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7351BE color. Also use rgb(115,81,190) instead hex code.

Text Font Color

.myTextColor { color: #7351BE; }

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

This text font color is #7351BE.

Background Color

.myBgColor { background-color: #7351BE; }

<div style="background-color:#7351BE">Inner text</div>

This div background color is #7351BE.

Border color

.myBorderColor { border: 1px solid #7351BE; }

<div style="border:3px solid #7351BE">Div</div>

This div border color is #7351BE.

Opacity

.myOpacity80 { color: #7351BE; opacity: 0.8; }

<p style="color:#7351BE;opacity:0.8;">80%</p>

Text with #7351BE 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 #7351BE;}

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

This text has shadow with #7351BE color.


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

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

This text has shadow with #7351BE primary color and red secondary color.


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

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

This text has shadow with #7351BE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7351BE.

Preview

Color preview on black background

This text has color #7351BE on black background.


Color preview on white background

This text has color #7351BE on white background.


Black color preview on #7351BE background

This text has black color on #7351BE background.


White color preview on #7351BE background

This text has white color on #7351BE background.


Related colors

Complementary color

Complementary color for #hex is #8CAE41.


I love getcolorcode.com

Triadic colors

1 #BE7351 and #51BE73 with #7351BE are triadic colors.

2 #BE5173 and #5173BE with #7351BE are triadic colors.