COLOR #712C75

HEX: #712C75 RGB: (113,44,117)

Color info

#712C75 contains mainly red and blue colors. Web safe color of #712C75 is #663366 (or #636).

RGB color model

#712C75 color RGB value is (113,44,117).

RGB: (113,44,117) (44%, 17%, 46%)

RGB channels and saturation

R 113 of 255 = 44%
G 44 of 255 = 17%
B 117 of 255 = 46%

113
44
117

R + G + B ~ 36%. #712C75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 44 + 117 = 274 (100%)
R 113 of 274 ~ 41.24%
G 44 of 274 ~ 16.06%
B 117 of 274 ~ 42.7'%

%41.24
%16.06
%42.7

CMYK color model

#712C75 color CMYK value is (3,62,0,54).

  • cyan value is 3.42%
  • magenta value is 62.39%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (3,62,0,54)
C3M62Y0K54 (3%, 62%, 0%, 54%)
(0.03 / 0.62 / 0.00 / 0.54)

CMYK percentages

%3.42
%62.39
%0
%54.12

Codes

Color #712C75 in popluar color models

71 2C 75
RGB 113 44 117
HSL 297° 45.34% 31.57%
HSB/HSV 297° 62.39% 45.88%
CMYK 3.42% 62.39% 0.00%
54.12%

Color #712C75 in popluar number systems.

HEX 71 2C 75
Decimal 113 44 117
Binary 1110001 101100 1110101
Octal 161 54 165

Shades and tints

Shades of #712C75

#712C75
(113,44,117)
#67286B
(103,40,107)
#5D2461
(93,36,97)
#532057
(83,32,87)
#491C4D
(73,28,77)
#3F1843
(63,24,67)
#351439
(53,20,57)
#2B102F
(43,16,47)
#210C25
(33,12,37)
#17081B
(23,8,27)
#0D0411
(13,4,17)
#000000
(0,0,0)

Tints of #712C75

#712C75
(113,44,117)
#7D3F81
(125,63,129)
#89528D
(137,82,141)
#956599
(149,101,153)
#A178A5
(161,120,165)
#AD8BB1
(173,139,177)
#B99EBD
(185,158,189)
#C5B1C9
(197,177,201)
#D1C4D5
(209,196,213)
#DDD7E1
(221,215,225)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712C75 color. Also use rgb(113,44,117) instead hex code.

Text Font Color

.myTextColor { color: #712C75; }

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

This text font color is #712C75.

Background Color

.myBgColor { background-color: #712C75; }

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

This div background color is #712C75.

Border color

.myBorderColor { border: 1px solid #712C75; }

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

This div border color is #712C75.

Opacity

.myOpacity80 { color: #712C75; opacity: 0.8; }

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

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

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

This text has shadow with #712C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #712C75.

Preview

Color preview on black background

This text has color #712C75 on black background.


Color preview on white background

This text has color #712C75 on white background.


Black color preview on #712C75 background

This text has black color on #712C75 background.


White color preview on #712C75 background

This text has white color on #712C75 background.


Related colors

Complementary color

Complementary color for #hex is #8ED38A.


I love getcolorcode.com

Triadic colors

1 #75712C and #2C7571 with #712C75 are triadic colors.

2 #752C71 and #2C7175 with #712C75 are triadic colors.