COLOR #7120DE

HEX: #7120DE
RGB: (113,32,222)

Color info

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

RGB color model

#7120DE color RGB value is (113,32,222).

  • red value is 113;
  • green value is 32;
  • blue value is 222.
RGB:
(113,32,222)
(44%,13%,87%)

RGB channels and saturation

R 113 of 255 = 44%
G 32 of 255 = 13%
B 222 of 255 = 87%

113
32
222

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

Portions of RGB colors in percentages

R + G + B =
113 + 32 + 222 = 367 (100%)
R 113 of 367 ~ 30.79%
G 32 of 367 ~ 8.72%
B 222 of 367 ~ 60.49%

%30.79
%60.49

CMYK color model

#7120DE color CMYK value is (49,86,0,13).

  • cyan value is 49.10%
  • magenta value is 85.59%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(49,86,0,13)
C49M86Y0K13 
(49%,86%,0%,13%)
(0.49/0.86/0.00/0.13)	

CMYK percentages

%49.1
%85.59
%0
%12.94

Codes

Color #7120DE in popluar color models

7120DE
RGB11332222
HSL266°74.80%49.80%
HSB/HSV266°85.59%87.06%
CMYK49.10%85.59%0.00%
12.94%

Color #7120DE in popluar number systems.

HEX7120DE
Decimal11332222
Binary111000110000011011110
Octal16140336

Shades and tints

Shades of #7120DE

#7120DE
(113,32,222)
#671ECA
(103,30,202)
#5D1CB6
(93,28,182)
#531AA2
(83,26,162)
#49188E
(73,24,142)
#3F167A
(63,22,122)
#351466
(53,20,102)
#2B1252
(43,18,82)
#21103E
(33,16,62)
#170E2A
(23,14,42)
#0D0C16
(13,12,22)
#000000
(0,0,0)

Tints of #7120DE

#7120DE
(113,32,222)
#7D34E1
(125,52,225)
#8948E4
(137,72,228)
#955CE7
(149,92,231)
#A170EA
(161,112,234)
#AD84ED
(173,132,237)
#B998F0
(185,152,240)
#C5ACF3
(197,172,243)
#D1C0F6
(209,192,246)
#DDD4F9
(221,212,249)
#E9E8FC
(233,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7120DE color. Also use rgb(113,32,222) instead hex code.

Text Font Color

.myTextColor { color: #7120DE; }

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

This text font color is #7120DE.


Background Color

.myBgColor { background-color: #7120DE; }

<div style="background-color:#7120DE">Inner text</div>

This div background color is #7120DE.


Border color

.myBorderColor { border: 1px solid #7120DE; }

<div style="border:3px solid #7120DE">Div</div>

This div border color is #7120DE.


Opacity

.myOpacity80 { color: #7120DE; opacity: 0.8; }

<p style="color:#7120DE;opacity:0.8;">80%</p>

Text with #7120DE 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 #7120DE;}

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

This text has shadow with #7120DE color.

.textShadow {text-shadow: 3px 3px 1px #7120DE, 3px 3px 1px red;}

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

This text has shadow with #7120DE primary color and red secondary color.


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

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

This text has shadow with #7120DE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7120DE on black background.


Color preview on white background

This text has color #7120DE on white background.



Black color preview on #7120DE background

This text has black color on #7120DE background.


White color preview on #7120DE background

This text has white color on #7120DE background.