COLOR #730D6A

HEX: #730D6A RGB: (115,13,106)

Color info

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

RGB color model

#730D6A color RGB value is (115,13,106).

RGB: (115,13,106) (45%, 5%, 42%)

RGB channels and saturation

R 115 of 255 = 45%
G 13 of 255 = 5%
B 106 of 255 = 42%

115
13
106

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

Portions of RGB colors in percentages

R + G + B = 115 + 13 + 106 = 234 (100%)
R 115 of 234 ~ 49.15%
G 13 of 234 ~ 5.56%
B 106 of 234 ~ 45.3'%

%49.15
%45.3

CMYK color model

#730D6A color CMYK value is (0,89,8,55).

  • cyan value is 0.00%
  • magenta value is 88.70%
  • yellow value is 7.83%
  • key color value is 54.90%

CMYK: (0,89,8,55)
C0M89Y8K55 (0%, 89%, 8%, 55%)
(0.00 / 0.89 / 0.08 / 0.55)

CMYK percentages

%0
%88.7
%7.83
%54.9

Codes

Color #730D6A in popluar color models

73 0D 6A
RGB 115 13 106
HSL 305° 79.69% 25.10%
HSB/HSV 305° 88.70% 45.10%
CMYK 0.00% 88.70% 7.83%
54.90%

Color #730D6A in popluar number systems.

HEX 73 0D 6A
Decimal 115 13 106
Binary 1110011 1101 1101010
Octal 163 15 152

Shades and tints

Shades of #730D6A

#730D6A
(115,13,106)
#690C61
(105,12,97)
#5F0B58
(95,11,88)
#550A4F
(85,10,79)
#4B0946
(75,9,70)
#41083D
(65,8,61)
#370734
(55,7,52)
#2D062B
(45,6,43)
#230522
(35,5,34)
#190419
(25,4,25)
#0F0310
(15,3,16)
#000000
(0,0,0)

Tints of #730D6A

#730D6A
(115,13,106)
#7F2377
(127,35,119)
#8B3984
(139,57,132)
#974F91
(151,79,145)
#A3659E
(163,101,158)
#AF7BAB
(175,123,171)
#BB91B8
(187,145,184)
#C7A7C5
(199,167,197)
#D3BDD2
(211,189,210)
#DFD3DF
(223,211,223)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #730D6A color. Also use rgb(115,13,106) instead hex code.

Text Font Color

.myTextColor { color: #730D6A; }

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

This text font color is #730D6A.

Background Color

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

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

This div background color is #730D6A.

Border color

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

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

This div border color is #730D6A.

Opacity

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

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

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

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

This text has shadow with #730D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #730D6A.

Preview

Color preview on black background

This text has color #730D6A on black background.


Color preview on white background

This text has color #730D6A on white background.


Black color preview on #730D6A background

This text has black color on #730D6A background.


White color preview on #730D6A background

This text has white color on #730D6A background.


Related colors

Complementary color

Complementary color for #hex is #8CF295.


I love getcolorcode.com

Triadic colors

1 #6A730D and #0D6A73 with #730D6A are triadic colors.

2 #6A0D73 and #0D736A with #730D6A are triadic colors.