COLOR #720FBD

HEX: #720FBD
RGB: (114,15,189)

Color info

#720FBD contains mainly blue color. Web safe color of #720FBD is #6600CC (or #60C).

RGB color model

#720FBD color RGB value is (114,15,189).

  • red value is 114;
  • green value is 15;
  • blue value is 189.
RGB:
(114,15,189)
(45%,6%,74%)

RGB channels and saturation

R 114 of 255 = 45%
G 15 of 255 = 6%
B 189 of 255 = 74%

114
15
189

R + G + B ~ 42%. #720FBD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 15 + 189 = 318 (100%)
R 114 of 318 ~ 35.85%
G 15 of 318 ~ 4.72%
B 189 of 318 ~ 59.43%

%35.85
%59.43

CMYK color model

#720FBD color CMYK value is (40,92,0,26).

  • cyan value is 39.68%
  • magenta value is 92.06%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(40,92,0,26)
C40M92Y0K26 
(40%,92%,0%,26%)
(0.40/0.92/0.00/0.26)	

CMYK percentages

%39.68
%92.06
%0
%25.88

Codes

Color #720FBD in popluar color models

720FBD
RGB11415189
HSL274°85.29%40.00%
HSB/HSV274°92.06%74.12%
CMYK39.68%92.06%0.00%
25.88%

Color #720FBD in popluar number systems.

HEX720FBD
Decimal11415189
Binary1110010111110111101
Octal16217275

Shades and tints

Shades of #720FBD

#720FBD
(114,15,189)
#680EAC
(104,14,172)
#5E0D9B
(94,13,155)
#540C8A
(84,12,138)
#4A0B79
(74,11,121)
#400A68
(64,10,104)
#360957
(54,9,87)
#2C0846
(44,8,70)
#220735
(34,7,53)
#180624
(24,6,36)
#0E0513
(14,5,19)
#000000
(0,0,0)

Tints of #720FBD

#720FBD
(114,15,189)
#7E24C3
(126,36,195)
#8A39C9
(138,57,201)
#964ECF
(150,78,207)
#A263D5
(162,99,213)
#AE78DB
(174,120,219)
#BA8DE1
(186,141,225)
#C6A2E7
(198,162,231)
#D2B7ED
(210,183,237)
#DECCF3
(222,204,243)
#EAE1F9
(234,225,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #720FBD color. Also use rgb(114,15,189) instead hex code.

Text Font Color

.myTextColor { color: #720FBD; }

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

This text font color is #720FBD.


Background Color

.myBgColor { background-color: #720FBD; }

<div style="background-color:#720FBD">Inner text</div>

This div background color is #720FBD.


Border color

.myBorderColor { border: 1px solid #720FBD; }

<div style="border:3px solid #720FBD">Div</div>

This div border color is #720FBD.


Opacity

.myOpacity80 { color: #720FBD; opacity: 0.8; }

<p style="color:#720FBD;opacity:0.8;">80%</p>

Text with #720FBD 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 #720FBD;}

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

This text has shadow with #720FBD color.

.textShadow {text-shadow: 3px 3px 1px #720FBD, 3px 3px 1px red;}

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

This text has shadow with #720FBD primary color and red secondary color.


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

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

This text has shadow with #720FBD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #720FBD on black background.


Color preview on white background

This text has color #720FBD on white background.



Black color preview on #720FBD background

This text has black color on #720FBD background.


White color preview on #720FBD background

This text has white color on #720FBD background.