COLOR #771AE7

HEX: #771AE7
RGB: (119,26,231)

Renk bilgisi

#771AE7 contains mainly blue color. #771AE7 ‘ nin web güvenlik rengi #6600FF (ya da #60F) dir.

RGB renk modeli

#771AE7 color RGB value is (119,26,231).

  • kırmız ton 119;
  • yeşil ton 26;
  • mavi ton 231.
RGB:
(119,26,231)
(47%,10%,91%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 26 of 255 = 10%
B 231 of 255 = 91%

119
26
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 26 + 231 = 376 (100%)
R 119 of 376 ~ 31.65%
G 26 of 376 ~ 6.91%
B 231 of 376 ~ 61.44%

%31.65
%61.44

CMYK RENK MODELİ

#771AE7 rengi CMYK tonu (48,89,0,9).

  • camgöbeği tonu 48.48%
  • eflatun tonu 88.74%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(48,89,0,9)
C48M89Y0K9 
(48%,89%,0%,9%)
(0.48/0.89/0.00/0.09)	

CMYK yüzdeleri

%48.48
%88.74
%0
%9.41

Codes

Color #771AE7 in popluar color models

771AE7
RGB11926231
HSL267°81.03%50.39%
HSB/HSV267°88.74%90.59%
CMYK48.48%88.74%0.00%
9.41%

Color #771AE7 in popluar number systems.

HEX771AE7
Decimal11926231
Binary11101111101011100111
Octal16732347

Shades and tints

Shades of #771AE7

#771AE7
(119,26,231)
#6D18D2
(109,24,210)
#6316BD
(99,22,189)
#5914A8
(89,20,168)
#4F1293
(79,18,147)
#45107E
(69,16,126)
#3B0E69
(59,14,105)
#310C54
(49,12,84)
#270A3F
(39,10,63)
#1D082A
(29,8,42)
#130615
(19,6,21)
#000000
(0,0,0)

Tints of #771AE7

#771AE7
(119,26,231)
#832EE9
(131,46,233)
#8F42EB
(143,66,235)
#9B56ED
(155,86,237)
#A76AEF
(167,106,239)
#B37EF1
(179,126,241)
#BF92F3
(191,146,243)
#CBA6F5
(203,166,245)
#D7BAF7
(215,186,247)
#E3CEF9
(227,206,249)
#EFE2FB
(239,226,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771AE7 color. Also use rgb(119,26,231) instead hex code.

Text Font Color

.myTextColor { color: #771AE7; }

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

This text font color is #771AE7.


Background Color

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

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

This div background color is #771AE7.


Border color

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

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

This div border color is #771AE7.


Opacity

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

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

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

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

This text has shadow with #771AE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771AE7 on black background.


Color preview on white background

This text has color #771AE7 on white background.



Black color preview on #771AE7 background

This text has black color on #771AE7 background.


White color preview on #771AE7 background

This text has white color on #771AE7 background.