COLOR #771DDF

HEX: #771DDF
RGB: (119,29,223)

Color info

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

RGB color model

#771DDF color RGB value is (119,29,223).

  • red value is 119;
  • green value is 29;
  • blue value is 223.
RGB:
(119,29,223)
(47%,11%,87%)

RGB channels and saturation

R 119 of 255 = 47%
G 29 of 255 = 11%
B 223 of 255 = 87%

119
29
223

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

Portions of RGB colors in percentages

R + G + B =
119 + 29 + 223 = 371 (100%)
R 119 of 371 ~ 32.08%
G 29 of 371 ~ 7.82%
B 223 of 371 ~ 60.11%

%32.08
%60.11

CMYK color model

#771DDF color CMYK value is (47,87,0,13).

  • cyan value is 46.64%
  • magenta value is 87.00%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(47,87,0,13)
C47M87Y0K13 
(47%,87%,0%,13%)
(0.47/0.87/0.00/0.13)	

CMYK percentages

%46.64
%87
%0
%12.55

Codes

Color #771DDF in popluar color models

771DDF
RGB11929223
HSL268°76.98%49.41%
HSB/HSV268°87.00%87.45%
CMYK46.64%87.00%0.00%
12.55%

Color #771DDF in popluar number systems.

HEX771DDF
Decimal11929223
Binary11101111110111011111
Octal16735337

Shades and tints

Shades of #771DDF

#771DDF
(119,29,223)
#6D1BCB
(109,27,203)
#6319B7
(99,25,183)
#5917A3
(89,23,163)
#4F158F
(79,21,143)
#45137B
(69,19,123)
#3B1167
(59,17,103)
#310F53
(49,15,83)
#270D3F
(39,13,63)
#1D0B2B
(29,11,43)
#130917
(19,9,23)
#000000
(0,0,0)

Tints of #771DDF

#771DDF
(119,29,223)
#8331E1
(131,49,225)
#8F45E3
(143,69,227)
#9B59E5
(155,89,229)
#A76DE7
(167,109,231)
#B381E9
(179,129,233)
#BF95EB
(191,149,235)
#CBA9ED
(203,169,237)
#D7BDEF
(215,189,239)
#E3D1F1
(227,209,241)
#EFE5F3
(239,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771DDF color. Also use rgb(119,29,223) instead hex code.

Text Font Color

.myTextColor { color: #771DDF; }

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

This text font color is #771DDF.


Background Color

.myBgColor { background-color: #771DDF; }

<div style="background-color:#771DDF">Inner text</div>

This div background color is #771DDF.


Border color

.myBorderColor { border: 1px solid #771DDF; }

<div style="border:3px solid #771DDF">Div</div>

This div border color is #771DDF.


Opacity

.myOpacity80 { color: #771DDF; opacity: 0.8; }

<p style="color:#771DDF;opacity:0.8;">80%</p>

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

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

This text has shadow with #771DDF color.

.textShadow {text-shadow: 3px 3px 1px #771DDF, 3px 3px 1px red;}

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

This text has shadow with #771DDF primary color and red secondary color.


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

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

This text has shadow with #771DDF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771DDF on black background.


Color preview on white background

This text has color #771DDF on white background.



Black color preview on #771DDF background

This text has black color on #771DDF background.


White color preview on #771DDF background

This text has white color on #771DDF background.