COLOR #712ED1

HEX: #712ED1
RGB: (113,46,209)

Color info

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

RGB color model

#712ED1 color RGB value is (113,46,209).

  • red value is 113;
  • green value is 46;
  • blue value is 209.
RGB:
(113,46,209)
(44%,18%,82%)

RGB channels and saturation

R 113 of 255 = 44%
G 46 of 255 = 18%
B 209 of 255 = 82%

113
46
209

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

Portions of RGB colors in percentages

R + G + B =
113 + 46 + 209 = 368 (100%)
R 113 of 368 ~ 30.71%
G 46 of 368 ~ 12.5%
B 209 of 368 ~ 56.79%

%30.71
%12.5
%56.79

CMYK color model

#712ED1 color CMYK value is (46,78,0,18).

  • cyan value is 45.93%
  • magenta value is 77.99%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(46,78,0,18)
C46M78Y0K18 
(46%,78%,0%,18%)
(0.46/0.78/0.00/0.18)	

CMYK percentages

%45.93
%77.99
%0
%18.04

Codes

Color #712ED1 in popluar color models

712ED1
RGB11346209
HSL265°63.92%50.00%
HSB/HSV265°77.99%81.96%
CMYK45.93%77.99%0.00%
18.04%

Color #712ED1 in popluar number systems.

HEX712ED1
Decimal11346209
Binary111000110111011010001
Octal16156321

Shades and tints

Shades of #712ED1

#712ED1
(113,46,209)
#672ABE
(103,42,190)
#5D26AB
(93,38,171)
#532298
(83,34,152)
#491E85
(73,30,133)
#3F1A72
(63,26,114)
#35165F
(53,22,95)
#2B124C
(43,18,76)
#210E39
(33,14,57)
#170A26
(23,10,38)
#0D0613
(13,6,19)
#000000
(0,0,0)

Tints of #712ED1

#712ED1
(113,46,209)
#7D41D5
(125,65,213)
#8954D9
(137,84,217)
#9567DD
(149,103,221)
#A17AE1
(161,122,225)
#AD8DE5
(173,141,229)
#B9A0E9
(185,160,233)
#C5B3ED
(197,179,237)
#D1C6F1
(209,198,241)
#DDD9F5
(221,217,245)
#E9ECF9
(233,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712ED1 color. Also use rgb(113,46,209) instead hex code.

Text Font Color

.myTextColor { color: #712ED1; }

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

This text font color is #712ED1.


Background Color

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

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

This div background color is #712ED1.


Border color

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

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

This div border color is #712ED1.


Opacity

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

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

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

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

This text has shadow with #712ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712ED1 on black background.


Color preview on white background

This text has color #712ED1 on white background.



Black color preview on #712ED1 background

This text has black color on #712ED1 background.


White color preview on #712ED1 background

This text has white color on #712ED1 background.