COLOR #7F53B9

HEX: #7F53B9
RGB: (127,83,185)

Color info

#7F53B9 contains mainly red and blue colors. Web safe color of #7F53B9 is #6666CC (or #66C).

RGB color model

#7F53B9 color RGB value is (127,83,185).

  • red value is 127;
  • green value is 83;
  • blue value is 185.
RGB:
(127,83,185)
(50%,33%,73%)

RGB channels and saturation

R 127 of 255 = 50%
G 83 of 255 = 33%
B 185 of 255 = 73%

127
83
185

R + G + B ~ 52%. #7F53B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 83 + 185 = 395 (100%)
R 127 of 395 ~ 32.15%
G 83 of 395 ~ 21.01%
B 185 of 395 ~ 46.84%

%32.15
%21.01
%46.84

CMYK color model

#7F53B9 color CMYK value is (31,55,0,27).

  • cyan value is 31.35%
  • magenta value is 55.14%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(31,55,0,27)
C31M55Y0K27 
(31%,55%,0%,27%)
(0.31/0.55/0.00/0.27)	

CMYK percentages

%31.35
%55.14
%0
%27.45

Codes

Color #7F53B9 in popluar color models

7F53B9
RGB12783185
HSL266°42.15%52.55%
HSB/HSV266°55.14%72.55%
CMYK31.35%55.14%0.00%
27.45%

Color #7F53B9 in popluar number systems.

HEX7F53B9
Decimal12783185
Binary1111111101001110111001
Octal177123271

Shades and tints

Shades of #7F53B9

#7F53B9
(127,83,185)
#744CA9
(116,76,169)
#694599
(105,69,153)
#5E3E89
(94,62,137)
#533779
(83,55,121)
#483069
(72,48,105)
#3D2959
(61,41,89)
#322249
(50,34,73)
#271B39
(39,27,57)
#1C1429
(28,20,41)
#110D19
(17,13,25)
#000000
(0,0,0)

Tints of #7F53B9

#7F53B9
(127,83,185)
#8A62BF
(138,98,191)
#9571C5
(149,113,197)
#A080CB
(160,128,203)
#AB8FD1
(171,143,209)
#B69ED7
(182,158,215)
#C1ADDD
(193,173,221)
#CCBCE3
(204,188,227)
#D7CBE9
(215,203,233)
#E2DAEF
(226,218,239)
#EDE9F5
(237,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F53B9 color. Also use rgb(127,83,185) instead hex code.

Text Font Color

.myTextColor { color: #7F53B9; }

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

This text font color is #7F53B9.


Background Color

.myBgColor { background-color: #7F53B9; }

<div style="background-color:#7F53B9">Inner text</div>

This div background color is #7F53B9.


Border color

.myBorderColor { border: 1px solid #7F53B9; }

<div style="border:3px solid #7F53B9">Div</div>

This div border color is #7F53B9.


Opacity

.myOpacity80 { color: #7F53B9; opacity: 0.8; }

<p style="color:#7F53B9;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F53B9 color.

.textShadow {text-shadow: 3px 3px 1px #7F53B9, 3px 3px 1px red;}

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

This text has shadow with #7F53B9 primary color and red secondary color.


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

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

This text has shadow with #7F53B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F53B9 on black background.


Color preview on white background

This text has color #7F53B9 on white background.



Black color preview on #7F53B9 background

This text has black color on #7F53B9 background.


White color preview on #7F53B9 background

This text has white color on #7F53B9 background.