COLOR #730C80

HEX: #730C80
RGB: (115,12,128)

Color info

#730C80 contains mainly red and blue colors. Web safe color of #730C80 is #660066 (or #606).

RGB color model

#730C80 color RGB value is (115,12,128).

  • red value is 115;
  • green value is 12;
  • blue value is 128.
RGB:
(115,12,128)
(45%,5%,50%)

RGB channels and saturation

R 115 of 255 = 45%
G 12 of 255 = 5%
B 128 of 255 = 50%

115
12
128

R + G + B ~ 33%. #730C80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 12 + 128 = 255 (100%)
R 115 of 255 ~ 45.1%
G 12 of 255 ~ 4.71%
B 128 of 255 ~ 50.2%

%45.1
%50.2

CMYK color model

#730C80 color CMYK value is (10,91,0,50).

  • cyan value is 10.16%
  • magenta value is 90.63%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(10,91,0,50)
C10M91Y0K50 
(10%,91%,0%,50%)
(0.10/0.91/0.00/0.50)	

CMYK percentages

%10.16
%90.63
%0
%49.8

Codes

Color #730C80 in popluar color models

730C80
RGB11512128
HSL293°82.86%27.45%
HSB/HSV293°90.63%50.20%
CMYK10.16%90.63%0.00%
49.80%

Color #730C80 in popluar number systems.

HEX730C80
Decimal11512128
Binary1110011110010000000
Octal16314200

Shades and tints

Shades of #730C80

#730C80
(115,12,128)
#690B75
(105,11,117)
#5F0A6A
(95,10,106)
#55095F
(85,9,95)
#4B0854
(75,8,84)
#410749
(65,7,73)
#37063E
(55,6,62)
#2D0533
(45,5,51)
#230428
(35,4,40)
#19031D
(25,3,29)
#0F0212
(15,2,18)
#000000
(0,0,0)

Tints of #730C80

#730C80
(115,12,128)
#7F228B
(127,34,139)
#8B3896
(139,56,150)
#974EA1
(151,78,161)
#A364AC
(163,100,172)
#AF7AB7
(175,122,183)
#BB90C2
(187,144,194)
#C7A6CD
(199,166,205)
#D3BCD8
(211,188,216)
#DFD2E3
(223,210,227)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #730C80 color. Also use rgb(115,12,128) instead hex code.

Text Font Color

.myTextColor { color: #730C80; }

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

This text font color is #730C80.


Background Color

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

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

This div background color is #730C80.


Border color

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

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

This div border color is #730C80.


Opacity

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

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

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

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

This text has shadow with #730C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #730C80 on black background.


Color preview on white background

This text has color #730C80 on white background.



Black color preview on #730C80 background

This text has black color on #730C80 background.


White color preview on #730C80 background

This text has white color on #730C80 background.