COLOR #7127BE

HEX: #7127BE
RGB: (113,39,190)

Color info

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

RGB color model

#7127BE color RGB value is (113,39,190).

  • red value is 113;
  • green value is 39;
  • blue value is 190.
RGB:
(113,39,190)
(44%,15%,75%)

RGB channels and saturation

R 113 of 255 = 44%
G 39 of 255 = 15%
B 190 of 255 = 75%

113
39
190

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

Portions of RGB colors in percentages

R + G + B =
113 + 39 + 190 = 342 (100%)
R 113 of 342 ~ 33.04%
G 39 of 342 ~ 11.4%
B 190 of 342 ~ 55.56%

%33.04
%11.4
%55.56

CMYK color model

#7127BE color CMYK value is (41,79,0,25).

  • cyan value is 40.53%
  • magenta value is 79.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(41,79,0,25)
C41M79Y0K25 
(41%,79%,0%,25%)
(0.41/0.79/0.00/0.25)	

CMYK percentages

%40.53
%79.47
%0
%25.49

Codes

Color #7127BE in popluar color models

7127BE
RGB11339190
HSL269°65.94%44.90%
HSB/HSV269°79.47%74.51%
CMYK40.53%79.47%0.00%
25.49%

Color #7127BE in popluar number systems.

HEX7127BE
Decimal11339190
Binary111000110011110111110
Octal16147276

Shades and tints

Shades of #7127BE

#7127BE
(113,39,190)
#6724AD
(103,36,173)
#5D219C
(93,33,156)
#531E8B
(83,30,139)
#491B7A
(73,27,122)
#3F1869
(63,24,105)
#351558
(53,21,88)
#2B1247
(43,18,71)
#210F36
(33,15,54)
#170C25
(23,12,37)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #7127BE

#7127BE
(113,39,190)
#7D3AC3
(125,58,195)
#894DC8
(137,77,200)
#9560CD
(149,96,205)
#A173D2
(161,115,210)
#AD86D7
(173,134,215)
#B999DC
(185,153,220)
#C5ACE1
(197,172,225)
#D1BFE6
(209,191,230)
#DDD2EB
(221,210,235)
#E9E5F0
(233,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7127BE color. Also use rgb(113,39,190) instead hex code.

Text Font Color

.myTextColor { color: #7127BE; }

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

This text font color is #7127BE.


Background Color

.myBgColor { background-color: #7127BE; }

<div style="background-color:#7127BE">Inner text</div>

This div background color is #7127BE.


Border color

.myBorderColor { border: 1px solid #7127BE; }

<div style="border:3px solid #7127BE">Div</div>

This div border color is #7127BE.


Opacity

.myOpacity80 { color: #7127BE; opacity: 0.8; }

<p style="color:#7127BE;opacity:0.8;">80%</p>

Text with #7127BE 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 #7127BE;}

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

This text has shadow with #7127BE color.

.textShadow {text-shadow: 3px 3px 1px #7127BE, 3px 3px 1px red;}

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

This text has shadow with #7127BE primary color and red secondary color.


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

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

This text has shadow with #7127BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7127BE on black background.


Color preview on white background

This text has color #7127BE on white background.



Black color preview on #7127BE background

This text has black color on #7127BE background.


White color preview on #7127BE background

This text has white color on #7127BE background.