COLOR #730B6E

HEX: #730B6E
RGB: (115,11,110)

Color info

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

RGB color model

#730B6E color RGB value is (115,11,110).

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

RGB channels and saturation

R 115 of 255 = 45%
G 11 of 255 = 4%
B 110 of 255 = 43%

115
11
110

R + G + B ~ 31%. #730B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 11 + 110 = 236 (100%)
R 115 of 236 ~ 48.73%
G 11 of 236 ~ 4.66%
B 110 of 236 ~ 46.61%

%48.73
%46.61

CMYK color model

#730B6E color CMYK value is (0,90,4,55).

  • cyan value is 0.00%
  • magenta value is 90.43%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(0,90,4,55)
C0M90Y4K55 
(0%,90%,4%,55%)
(0.00/0.90/0.04/0.55)	

CMYK percentages

%0
%90.43
%4.35
%54.9

Codes

Color #730B6E in popluar color models

730B6E
RGB11511110
HSL303°82.54%24.71%
HSB/HSV303°90.43%45.10%
CMYK0.00%90.43%4.35%
54.90%

Color #730B6E in popluar number systems.

HEX730B6E
Decimal11511110
Binary111001110111101110
Octal16313156

Shades and tints

Shades of #730B6E

#730B6E
(115,11,110)
#690A64
(105,10,100)
#5F095A
(95,9,90)
#550850
(85,8,80)
#4B0746
(75,7,70)
#41063C
(65,6,60)
#370532
(55,5,50)
#2D0428
(45,4,40)
#23031E
(35,3,30)
#190214
(25,2,20)
#0F010A
(15,1,10)
#000000
(0,0,0)

Tints of #730B6E

#730B6E
(115,11,110)
#7F217B
(127,33,123)
#8B3788
(139,55,136)
#974D95
(151,77,149)
#A363A2
(163,99,162)
#AF79AF
(175,121,175)
#BB8FBC
(187,143,188)
#C7A5C9
(199,165,201)
#D3BBD6
(211,187,214)
#DFD1E3
(223,209,227)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #730B6E; }

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

This text font color is #730B6E.


Background Color

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

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

This div background color is #730B6E.


Border color

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

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

This div border color is #730B6E.


Opacity

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

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

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

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

This text has shadow with #730B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #730B6E on black background.


Color preview on white background

This text has color #730B6E on white background.



Black color preview on #730B6E background

This text has black color on #730B6E background.


White color preview on #730B6E background

This text has white color on #730B6E background.