COLOR #7328D7

HEX: #7328D7
RGB: (115,40,215)

Color info

#7328D7 contains mainly blue color. Web safe color of #7328D7 is #6633CC (or #63C).

RGB color model

#7328D7 color RGB value is (115,40,215).

  • red value is 115;
  • green value is 40;
  • blue value is 215.
RGB:
(115,40,215)
(45%,16%,84%)

RGB channels and saturation

R 115 of 255 = 45%
G 40 of 255 = 16%
B 215 of 255 = 84%

115
40
215

R + G + B ~ 48%. #7328D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 40 + 215 = 370 (100%)
R 115 of 370 ~ 31.08%
G 40 of 370 ~ 10.81%
B 215 of 370 ~ 58.11%

%31.08
%10.81
%58.11

CMYK color model

#7328D7 color CMYK value is (47,81,0,16).

  • cyan value is 46.51%
  • magenta value is 81.40%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(47,81,0,16)
C47M81Y0K16 
(47%,81%,0%,16%)
(0.47/0.81/0.00/0.16)	

CMYK percentages

%46.51
%81.4
%0
%15.69

Codes

Color #7328D7 in popluar color models

7328D7
RGB11540215
HSL266°68.63%50.00%
HSB/HSV266°81.40%84.31%
CMYK46.51%81.40%0.00%
15.69%

Color #7328D7 in popluar number systems.

HEX7328D7
Decimal11540215
Binary111001110100011010111
Octal16350327

Shades and tints

Shades of #7328D7

#7328D7
(115,40,215)
#6925C4
(105,37,196)
#5F22B1
(95,34,177)
#551F9E
(85,31,158)
#4B1C8B
(75,28,139)
#411978
(65,25,120)
#371665
(55,22,101)
#2D1352
(45,19,82)
#23103F
(35,16,63)
#190D2C
(25,13,44)
#0F0A19
(15,10,25)
#000000
(0,0,0)

Tints of #7328D7

#7328D7
(115,40,215)
#7F3BDA
(127,59,218)
#8B4EDD
(139,78,221)
#9761E0
(151,97,224)
#A374E3
(163,116,227)
#AF87E6
(175,135,230)
#BB9AE9
(187,154,233)
#C7ADEC
(199,173,236)
#D3C0EF
(211,192,239)
#DFD3F2
(223,211,242)
#EBE6F5
(235,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7328D7 color. Also use rgb(115,40,215) instead hex code.

Text Font Color

.myTextColor { color: #7328D7; }

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

This text font color is #7328D7.


Background Color

.myBgColor { background-color: #7328D7; }

<div style="background-color:#7328D7">Inner text</div>

This div background color is #7328D7.


Border color

.myBorderColor { border: 1px solid #7328D7; }

<div style="border:3px solid #7328D7">Div</div>

This div border color is #7328D7.


Opacity

.myOpacity80 { color: #7328D7; opacity: 0.8; }

<p style="color:#7328D7;opacity:0.8;">80%</p>

Text with #7328D7 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 #7328D7;}

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

This text has shadow with #7328D7 color.

.textShadow {text-shadow: 3px 3px 1px #7328D7, 3px 3px 1px red;}

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

This text has shadow with #7328D7 primary color and red secondary color.


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

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

This text has shadow with #7328D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7328D7 on black background.


Color preview on white background

This text has color #7328D7 on white background.



Black color preview on #7328D7 background

This text has black color on #7328D7 background.


White color preview on #7328D7 background

This text has white color on #7328D7 background.