COLOR #712CC9

HEX: #712CC9
RGB: (113,44,201)

Color info

#712CC9 contains mainly blue color. Web safe color of #712CC9 is #6633CC (or #63C).

RGB color model

#712CC9 color RGB value is (113,44,201).

  • red value is 113;
  • green value is 44;
  • blue value is 201.
RGB:
(113,44,201)
(44%,17%,79%)

RGB channels and saturation

R 113 of 255 = 44%
G 44 of 255 = 17%
B 201 of 255 = 79%

113
44
201

R + G + B ~ 47%. #712CC9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 44 + 201 = 358 (100%)
R 113 of 358 ~ 31.56%
G 44 of 358 ~ 12.29%
B 201 of 358 ~ 56.15%

%31.56
%12.29
%56.15

CMYK color model

#712CC9 color CMYK value is (44,78,0,21).

  • cyan value is 43.78%
  • magenta value is 78.11%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(44,78,0,21)
C44M78Y0K21 
(44%,78%,0%,21%)
(0.44/0.78/0.00/0.21)	

CMYK percentages

%43.78
%78.11
%0
%21.18

Codes

Color #712CC9 in popluar color models

712CC9
RGB11344201
HSL266°64.08%48.04%
HSB/HSV266°78.11%78.82%
CMYK43.78%78.11%0.00%
21.18%

Color #712CC9 in popluar number systems.

HEX712CC9
Decimal11344201
Binary111000110110011001001
Octal16154311

Shades and tints

Shades of #712CC9

#712CC9
(113,44,201)
#6728B7
(103,40,183)
#5D24A5
(93,36,165)
#532093
(83,32,147)
#491C81
(73,28,129)
#3F186F
(63,24,111)
#35145D
(53,20,93)
#2B104B
(43,16,75)
#210C39
(33,12,57)
#170827
(23,8,39)
#0D0415
(13,4,21)
#000000
(0,0,0)

Tints of #712CC9

#712CC9
(113,44,201)
#7D3FCD
(125,63,205)
#8952D1
(137,82,209)
#9565D5
(149,101,213)
#A178D9
(161,120,217)
#AD8BDD
(173,139,221)
#B99EE1
(185,158,225)
#C5B1E5
(197,177,229)
#D1C4E9
(209,196,233)
#DDD7ED
(221,215,237)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712CC9; }

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

This text font color is #712CC9.


Background Color

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

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

This div background color is #712CC9.


Border color

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

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

This div border color is #712CC9.


Opacity

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

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

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

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

This text has shadow with #712CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712CC9 on black background.


Color preview on white background

This text has color #712CC9 on white background.



Black color preview on #712CC9 background

This text has black color on #712CC9 background.


White color preview on #712CC9 background

This text has white color on #712CC9 background.