COLOR #730073

HEX: #730073
RGB: (115,0,115)

Color info

#730073 contains only red and blue colors. Web safe color of #730073 is #660066 (or #606).

RGB color model

#730073 color RGB value is (115,0,115).

  • red value is 115;
  • green value is 0;
  • blue value is 115.
RGB:
(115,0,115)
(45%,0%,45%)

RGB channels and saturation

R 115 of 255 = 45%
G 0 of 255 = 0%
B 115 of 255 = 45%

115
0
115

R + G + B ~ 30%. #730073 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 0 + 115 = 230 (100%)
R 115 of 230 ~ 50%
G 0 of 230 ~ 0%
B 115 of 230 ~ 50%

%50
%50

CMYK color model

#730073 color CMYK value is (0,100,0,55).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(0,100,0,55)
C0M100Y0K55 
(0%,100%,0%,55%)
(0.00/1.00/0.00/0.55)	

CMYK percentages

%0
%100
%0
%54.9

Codes

Color #730073 in popluar color models

730073
RGB1150115
HSL300°100.00%22.55%
HSB/HSV300°100.00%45.10%
CMYK0.00%100.00%0.00%
54.90%

Color #730073 in popluar number systems.

HEX730073
Decimal1150115
Binary111001101110011
Octal1630163

Shades and tints

Shades of #730073

#730073
(115,0,115)
#690069
(105,0,105)
#5F005F
(95,0,95)
#550055
(85,0,85)
#4B004B
(75,0,75)
#410041
(65,0,65)
#370037
(55,0,55)
#2D002D
(45,0,45)
#230023
(35,0,35)
#190019
(25,0,25)
#0F000F
(15,0,15)
#000000
(0,0,0)

Tints of #730073

#730073
(115,0,115)
#7F177F
(127,23,127)
#8B2E8B
(139,46,139)
#974597
(151,69,151)
#A35CA3
(163,92,163)
#AF73AF
(175,115,175)
#BB8ABB
(187,138,187)
#C7A1C7
(199,161,199)
#D3B8D3
(211,184,211)
#DFCFDF
(223,207,223)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #730073 color. Also use rgb(115,0,115) instead hex code.

Text Font Color

.myTextColor { color: #730073; }

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

This text font color is #730073.


Background Color

.myBgColor { background-color: #730073; }

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

This div background color is #730073.


Border color

.myBorderColor { border: 1px solid #730073; }

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

This div border color is #730073.


Opacity

.myOpacity80 { color: #730073; opacity: 0.8; }

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

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

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

This text has shadow with #730073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #730073 on black background.


Color preview on white background

This text has color #730073 on white background.



Black color preview on #730073 background

This text has black color on #730073 background.


White color preview on #730073 background

This text has white color on #730073 background.