COLOR #7330E7

HEX: #7330E7 RGB: (115,48,231)

Color info

#7330E7 contains mainly blue color. Web safe color of #7330E7 is #6633FF (or #63F).

RGB color model

#7330E7 color RGB value is (115,48,231).

RGB: (115,48,231) (45%, 19%, 91%)

RGB channels and saturation

R 115 of 255 = 45%
G 48 of 255 = 19%
B 231 of 255 = 91%

115
48
231

R + G + B ~ 52%. #7330E7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 48 + 231 = 394 (100%)
R 115 of 394 ~ 29.19%
G 48 of 394 ~ 12.18%
B 231 of 394 ~ 58.63'%

%29.19
%12.18
%58.63

CMYK color model

#7330E7 color CMYK value is (50,79,0,9).

  • cyan value is 50.22%
  • magenta value is 79.22%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (50,79,0,9)
C50M79Y0K9 (50%, 79%, 0%, 9%)
(0.50 / 0.79 / 0.00 / 0.09)

CMYK percentages

%50.22
%79.22
%0
%9.41

Codes

Color #7330E7 in popluar color models

73 30 E7
RGB 115 48 231
HSL 262° 79.22% 54.71%
HSB/HSV 262° 79.22% 90.59%
CMYK 50.22% 79.22% 0.00%
9.41%

Color #7330E7 in popluar number systems.

HEX 73 30 E7
Decimal 115 48 231
Binary 1110011 110000 11100111
Octal 163 60 347

Shades and tints

Shades of #7330E7

#7330E7
(115,48,231)
#692CD2
(105,44,210)
#5F28BD
(95,40,189)
#5524A8
(85,36,168)
#4B2093
(75,32,147)
#411C7E
(65,28,126)
#371869
(55,24,105)
#2D1454
(45,20,84)
#23103F
(35,16,63)
#190C2A
(25,12,42)
#0F0815
(15,8,21)
#000000
(0,0,0)

Tints of #7330E7

#7330E7
(115,48,231)
#7F42E9
(127,66,233)
#8B54EB
(139,84,235)
#9766ED
(151,102,237)
#A378EF
(163,120,239)
#AF8AF1
(175,138,241)
#BB9CF3
(187,156,243)
#C7AEF5
(199,174,245)
#D3C0F7
(211,192,247)
#DFD2F9
(223,210,249)
#EBE4FB
(235,228,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7330E7 color. Also use rgb(115,48,231) instead hex code.

Text Font Color

.myTextColor { color: #7330E7; }

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

This text font color is #7330E7.

Background Color

.myBgColor { background-color: #7330E7; }

<div style="background-color:#7330E7">Inner text</div>

This div background color is #7330E7.

Border color

.myBorderColor { border: 1px solid #7330E7; }

<div style="border:3px solid #7330E7">Div</div>

This div border color is #7330E7.

Opacity

.myOpacity80 { color: #7330E7; opacity: 0.8; }

<p style="color:#7330E7;opacity:0.8;">80%</p>

Text with #7330E7 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 #7330E7;}

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

This text has shadow with #7330E7 color.


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

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

This text has shadow with #7330E7 primary color and red secondary color.


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

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

This text has shadow with #7330E7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7330E7.

Preview

Color preview on black background

This text has color #7330E7 on black background.


Color preview on white background

This text has color #7330E7 on white background.


Black color preview on #7330E7 background

This text has black color on #7330E7 background.


White color preview on #7330E7 background

This text has white color on #7330E7 background.


Related colors

Complementary color

Complementary color for #hex is #8CCF18.


I love getcolorcode.com

Triadic colors

1 #E77330 and #30E773 with #7330E7 are triadic colors.

2 #E73073 and #3073E7 with #7330E7 are triadic colors.