COLOR #730AD7

HEX: #730AD7
RGB: (115,10,215)

Color info

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

RGB color model

#730AD7 color RGB value is (115,10,215).

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

RGB channels and saturation

R 115 of 255 = 45%
G 10 of 255 = 4%
B 215 of 255 = 84%

115
10
215

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

Portions of RGB colors in percentages

R + G + B =
115 + 10 + 215 = 340 (100%)
R 115 of 340 ~ 33.82%
G 10 of 340 ~ 2.94%
B 215 of 340 ~ 63.24%

%33.82
%63.24

CMYK color model

#730AD7 color CMYK value is (47,95,0,16).

  • cyan value is 46.51%
  • magenta value is 95.35%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(47,95,0,16)
C47M95Y0K16 
(47%,95%,0%,16%)
(0.47/0.95/0.00/0.16)	

CMYK percentages

%46.51
%95.35
%0
%15.69

Codes

Color #730AD7 in popluar color models

730AD7
RGB11510215
HSL271°91.11%44.12%
HSB/HSV271°95.35%84.31%
CMYK46.51%95.35%0.00%
15.69%

Color #730AD7 in popluar number systems.

HEX730AD7
Decimal11510215
Binary1110011101011010111
Octal16312327

Shades and tints

Shades of #730AD7

#730AD7
(115,10,215)
#690AC4
(105,10,196)
#5F0AB1
(95,10,177)
#550A9E
(85,10,158)
#4B0A8B
(75,10,139)
#410A78
(65,10,120)
#370A65
(55,10,101)
#2D0A52
(45,10,82)
#230A3F
(35,10,63)
#190A2C
(25,10,44)
#0F0A19
(15,10,25)
#000000
(0,0,0)

Tints of #730AD7

#730AD7
(115,10,215)
#7F20DA
(127,32,218)
#8B36DD
(139,54,221)
#974CE0
(151,76,224)
#A362E3
(163,98,227)
#AF78E6
(175,120,230)
#BB8EE9
(187,142,233)
#C7A4EC
(199,164,236)
#D3BAEF
(211,186,239)
#DFD0F2
(223,208,242)
#EBE6F5
(235,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #730AD7 color. Also use rgb(115,10,215) instead hex code.

Text Font Color

.myTextColor { color: #730AD7; }

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

This text font color is #730AD7.


Background Color

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

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

This div background color is #730AD7.


Border color

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

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

This div border color is #730AD7.


Opacity

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

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

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

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

This text has shadow with #730AD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #730AD7 on black background.


Color preview on white background

This text has color #730AD7 on white background.



Black color preview on #730AD7 background

This text has black color on #730AD7 background.


White color preview on #730AD7 background

This text has white color on #730AD7 background.