COLOR #730EE4

HEX: #730EE4
RGB: (115,14,228)

Color info

#730EE4 contains mainly blue color. Web safe color of #730EE4 is #6600CC (or #60C).

RGB color model

#730EE4 color RGB value is (115,14,228).

  • red value is 115;
  • green value is 14;
  • blue value is 228.
RGB:
(115,14,228)
(45%,5%,89%)

RGB channels and saturation

R 115 of 255 = 45%
G 14 of 255 = 5%
B 228 of 255 = 89%

115
14
228

R + G + B ~ 46%. #730EE4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 14 + 228 = 357 (100%)
R 115 of 357 ~ 32.21%
G 14 of 357 ~ 3.92%
B 228 of 357 ~ 63.87%

%32.21
%63.87

CMYK color model

#730EE4 color CMYK value is (50,94,0,11).

  • cyan value is 49.56%
  • magenta value is 93.86%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(50,94,0,11)
C50M94Y0K11 
(50%,94%,0%,11%)
(0.50/0.94/0.00/0.11)	

CMYK percentages

%49.56
%93.86
%0
%10.59

Codes

Color #730EE4 in popluar color models

730EE4
RGB11514228
HSL268°88.43%47.45%
HSB/HSV268°93.86%89.41%
CMYK49.56%93.86%0.00%
10.59%

Color #730EE4 in popluar number systems.

HEX730EE4
Decimal11514228
Binary1110011111011100100
Octal16316344

Shades and tints

Shades of #730EE4

#730EE4
(115,14,228)
#690DD0
(105,13,208)
#5F0CBC
(95,12,188)
#550BA8
(85,11,168)
#4B0A94
(75,10,148)
#410980
(65,9,128)
#37086C
(55,8,108)
#2D0758
(45,7,88)
#230644
(35,6,68)
#190530
(25,5,48)
#0F041C
(15,4,28)
#000000
(0,0,0)

Tints of #730EE4

#730EE4
(115,14,228)
#7F23E6
(127,35,230)
#8B38E8
(139,56,232)
#974DEA
(151,77,234)
#A362EC
(163,98,236)
#AF77EE
(175,119,238)
#BB8CF0
(187,140,240)
#C7A1F2
(199,161,242)
#D3B6F4
(211,182,244)
#DFCBF6
(223,203,246)
#EBE0F8
(235,224,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #730EE4 color. Also use rgb(115,14,228) instead hex code.

Text Font Color

.myTextColor { color: #730EE4; }

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

This text font color is #730EE4.


Background Color

.myBgColor { background-color: #730EE4; }

<div style="background-color:#730EE4">Inner text</div>

This div background color is #730EE4.


Border color

.myBorderColor { border: 1px solid #730EE4; }

<div style="border:3px solid #730EE4">Div</div>

This div border color is #730EE4.


Opacity

.myOpacity80 { color: #730EE4; opacity: 0.8; }

<p style="color:#730EE4;opacity:0.8;">80%</p>

Text with #730EE4 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 #730EE4;}

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

This text has shadow with #730EE4 color.

.textShadow {text-shadow: 3px 3px 1px #730EE4, 3px 3px 1px red;}

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

This text has shadow with #730EE4 primary color and red secondary color.


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

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

This text has shadow with #730EE4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #730EE4 on black background.


Color preview on white background

This text has color #730EE4 on white background.



Black color preview on #730EE4 background

This text has black color on #730EE4 background.


White color preview on #730EE4 background

This text has white color on #730EE4 background.