COLOR #711BCA

HEX: #711BCA RGB: (113,27,202)

Color info

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

RGB color model

#711BCA color RGB value is (113,27,202).

RGB: (113,27,202) (44%, 11%, 79%)

RGB channels and saturation

R 113 of 255 = 44%
G 27 of 255 = 11%
B 202 of 255 = 79%

113
27
202

R + G + B ~ 45%. #711BCA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 27 + 202 = 342 (100%)
R 113 of 342 ~ 33.04%
G 27 of 342 ~ 7.89%
B 202 of 342 ~ 59.06'%

%33.04
%59.06

CMYK color model

#711BCA color CMYK value is (44,87,0,21).

  • cyan value is 44.06%
  • magenta value is 86.63%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (44,87,0,21)
C44M87Y0K21 (44%, 87%, 0%, 21%)
(0.44 / 0.87 / 0.00 / 0.21)

CMYK percentages

%44.06
%86.63
%0
%20.78

Codes

Color #711BCA in popluar color models

71 1B CA
RGB 113 27 202
HSL 269° 76.42% 44.90%
HSB/HSV 269° 86.63% 79.22%
CMYK 44.06% 86.63% 0.00%
20.78%

Color #711BCA in popluar number systems.

HEX 71 1B CA
Decimal 113 27 202
Binary 1110001 11011 11001010
Octal 161 33 312

Shades and tints

Shades of #711BCA

#711BCA
(113,27,202)
#6719B8
(103,25,184)
#5D17A6
(93,23,166)
#531594
(83,21,148)
#491382
(73,19,130)
#3F1170
(63,17,112)
#350F5E
(53,15,94)
#2B0D4C
(43,13,76)
#210B3A
(33,11,58)
#170928
(23,9,40)
#0D0716
(13,7,22)
#000000
(0,0,0)

Tints of #711BCA

#711BCA
(113,27,202)
#7D2FCE
(125,47,206)
#8943D2
(137,67,210)
#9557D6
(149,87,214)
#A16BDA
(161,107,218)
#AD7FDE
(173,127,222)
#B993E2
(185,147,226)
#C5A7E6
(197,167,230)
#D1BBEA
(209,187,234)
#DDCFEE
(221,207,238)
#E9E3F2
(233,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711BCA color. Also use rgb(113,27,202) instead hex code.

Text Font Color

.myTextColor { color: #711BCA; }

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

This text font color is #711BCA.

Background Color

.myBgColor { background-color: #711BCA; }

<div style="background-color:#711BCA">Inner text</div>

This div background color is #711BCA.

Border color

.myBorderColor { border: 1px solid #711BCA; }

<div style="border:3px solid #711BCA">Div</div>

This div border color is #711BCA.

Opacity

.myOpacity80 { color: #711BCA; opacity: 0.8; }

<p style="color:#711BCA;opacity:0.8;">80%</p>

Text with #711BCA 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 #711BCA;}

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

This text has shadow with #711BCA color.


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

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

This text has shadow with #711BCA primary color and red secondary color.


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

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

This text has shadow with #711BCA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #711BCA.

Preview

Color preview on black background

This text has color #711BCA on black background.


Color preview on white background

This text has color #711BCA on white background.


Black color preview on #711BCA background

This text has black color on #711BCA background.


White color preview on #711BCA background

This text has white color on #711BCA background.


Related colors

Complementary color

Complementary color for #hex is #8EE435.


I love getcolorcode.com

Triadic colors

1 #CA711B and #1BCA71 with #711BCA are triadic colors.

2 #CA1B71 and #1B71CA with #711BCA are triadic colors.