COLOR #730B8B

HEX: #730B8B
RGB: (115,11,139)

Color info

#730B8B contains mainly red and blue colors. Web safe color of #730B8B is #660099 (or #609).

RGB color model

#730B8B color RGB value is (115,11,139).

  • red value is 115;
  • green value is 11;
  • blue value is 139.
RGB:
(115,11,139)
(45%,4%,55%)

RGB channels and saturation

R 115 of 255 = 45%
G 11 of 255 = 4%
B 139 of 255 = 55%

115
11
139

R + G + B ~ 35%. #730B8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 11 + 139 = 265 (100%)
R 115 of 265 ~ 43.4%
G 11 of 265 ~ 4.15%
B 139 of 265 ~ 52.45%

%43.4
%52.45

CMYK color model

#730B8B color CMYK value is (17,92,0,45).

  • cyan value is 17.27%
  • magenta value is 92.09%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(17,92,0,45)
C17M92Y0K45 
(17%,92%,0%,45%)
(0.17/0.92/0.00/0.45)	

CMYK percentages

%17.27
%92.09
%0
%45.49

Codes

Color #730B8B in popluar color models

730B8B
RGB11511139
HSL289°85.33%29.41%
HSB/HSV289°92.09%54.51%
CMYK17.27%92.09%0.00%
45.49%

Color #730B8B in popluar number systems.

HEX730B8B
Decimal11511139
Binary1110011101110001011
Octal16313213

Shades and tints

Shades of #730B8B

#730B8B
(115,11,139)
#690A7F
(105,10,127)
#5F0973
(95,9,115)
#550867
(85,8,103)
#4B075B
(75,7,91)
#41064F
(65,6,79)
#370543
(55,5,67)
#2D0437
(45,4,55)
#23032B
(35,3,43)
#19021F
(25,2,31)
#0F0113
(15,1,19)
#000000
(0,0,0)

Tints of #730B8B

#730B8B
(115,11,139)
#7F2195
(127,33,149)
#8B379F
(139,55,159)
#974DA9
(151,77,169)
#A363B3
(163,99,179)
#AF79BD
(175,121,189)
#BB8FC7
(187,143,199)
#C7A5D1
(199,165,209)
#D3BBDB
(211,187,219)
#DFD1E5
(223,209,229)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #730B8B color. Also use rgb(115,11,139) instead hex code.

Text Font Color

.myTextColor { color: #730B8B; }

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

This text font color is #730B8B.


Background Color

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

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

This div background color is #730B8B.


Border color

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

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

This div border color is #730B8B.


Opacity

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

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

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

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

This text has shadow with #730B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #730B8B on black background.


Color preview on white background

This text has color #730B8B on white background.



Black color preview on #730B8B background

This text has black color on #730B8B background.


White color preview on #730B8B background

This text has white color on #730B8B background.