COLOR #730048

HEX: #730048
RGB: (115,0,72)

Color info

#730048 contains only red and blue colors. Web safe color of #730048 is #660033 (or #603).

RGB color model

#730048 color RGB value is (115,0,72).

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

RGB channels and saturation

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

115
0
72

R + G + B ~ 24%. #730048 is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 0 + 72 = 187 (100%)
R 115 of 187 ~ 61.5%
G 0 of 187 ~ 0%
B 72 of 187 ~ 38.5%

%61.5
%38.5

CMYK color model

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

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

CMYK percentages

%0
%100
%37.39
%54.9

Codes

Color #730048 in popluar color models

730048
RGB115072
HSL322°100.00%22.55%
HSB/HSV322°100.00%45.10%
CMYK0.00%100.00%37.39%
54.90%

Color #730048 in popluar number systems.

HEX730048
Decimal115072
Binary111001101001000
Octal1630110

Shades and tints

Shades of #730048

#730048
(115,0,72)
#690042
(105,0,66)
#5F003C
(95,0,60)
#550036
(85,0,54)
#4B0030
(75,0,48)
#41002A
(65,0,42)
#370024
(55,0,36)
#2D001E
(45,0,30)
#230018
(35,0,24)
#190012
(25,0,18)
#0F000C
(15,0,12)
#000000
(0,0,0)

Tints of #730048

#730048
(115,0,72)
#7F1758
(127,23,88)
#8B2E68
(139,46,104)
#974578
(151,69,120)
#A35C88
(163,92,136)
#AF7398
(175,115,152)
#BB8AA8
(187,138,168)
#C7A1B8
(199,161,184)
#D3B8C8
(211,184,200)
#DFCFD8
(223,207,216)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #730048; }

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

This text font color is #730048.


Background Color

.myBgColor { background-color: #730048; }

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

This div background color is #730048.


Border color

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

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

This div border color is #730048.


Opacity

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

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

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

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

This text has shadow with #730048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #730048 on black background.


Color preview on white background

This text has color #730048 on white background.



Black color preview on #730048 background

This text has black color on #730048 background.


White color preview on #730048 background

This text has white color on #730048 background.