COLOR #7351D9

HEX: #7351D9
RGB: (115,81,217)

Color info

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

RGB color model

#7351D9 color RGB value is (115,81,217).

  • red value is 115;
  • green value is 81;
  • blue value is 217.
RGB:
(115,81,217)
(45%,32%,85%)

RGB channels and saturation

R 115 of 255 = 45%
G 81 of 255 = 32%
B 217 of 255 = 85%

115
81
217

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

Portions of RGB colors in percentages

R + G + B =
115 + 81 + 217 = 413 (100%)
R 115 of 413 ~ 27.85%
G 81 of 413 ~ 19.61%
B 217 of 413 ~ 52.54%

%27.85
%19.61
%52.54

CMYK color model

#7351D9 color CMYK value is (47,63,0,15).

  • cyan value is 47.00%
  • magenta value is 62.67%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(47,63,0,15)
C47M63Y0K15 
(47%,63%,0%,15%)
(0.47/0.63/0.00/0.15)	

CMYK percentages

%47
%62.67
%0
%14.9

Codes

Color #7351D9 in popluar color models

7351D9
RGB11581217
HSL255°64.15%58.43%
HSB/HSV255°62.67%85.10%
CMYK47.00%62.67%0.00%
14.90%

Color #7351D9 in popluar number systems.

HEX7351D9
Decimal11581217
Binary1110011101000111011001
Octal163121331

Shades and tints

Shades of #7351D9

#7351D9
(115,81,217)
#694AC6
(105,74,198)
#5F43B3
(95,67,179)
#553CA0
(85,60,160)
#4B358D
(75,53,141)
#412E7A
(65,46,122)
#372767
(55,39,103)
#2D2054
(45,32,84)
#231941
(35,25,65)
#19122E
(25,18,46)
#0F0B1B
(15,11,27)
#000000
(0,0,0)

Tints of #7351D9

#7351D9
(115,81,217)
#7F60DC
(127,96,220)
#8B6FDF
(139,111,223)
#977EE2
(151,126,226)
#A38DE5
(163,141,229)
#AF9CE8
(175,156,232)
#BBABEB
(187,171,235)
#C7BAEE
(199,186,238)
#D3C9F1
(211,201,241)
#DFD8F4
(223,216,244)
#EBE7F7
(235,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7351D9; }

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

This text font color is #7351D9.


Background Color

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

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

This div background color is #7351D9.


Border color

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

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

This div border color is #7351D9.


Opacity

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

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

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

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

This text has shadow with #7351D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7351D9 on black background.


Color preview on white background

This text has color #7351D9 on white background.



Black color preview on #7351D9 background

This text has black color on #7351D9 background.


White color preview on #7351D9 background

This text has white color on #7351D9 background.