COLOR #7C71E7

HEX: #7C71E7
RGB: (124,113,231)

Renk bilgisi

#7C71E7 contains mainly blue color. #7C71E7 ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#7C71E7 color RGB value is (124,113,231).

  • kırmız ton 124;
  • yeşil ton 113;
  • mavi ton 231.
RGB:
(124,113,231)
(49%,44%,91%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 113 of 255 = 44%
B 231 of 255 = 91%

124
113
231

R + G + B ~ 61%. #7C71E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 113 + 231 = 468 (100%)
R 124 of 468 ~ 26.5%
G 113 of 468 ~ 24.15%
B 231 of 468 ~ 49.36%

%26.5
%24.15
%49.36

CMYK RENK MODELİ

#7C71E7 rengi CMYK tonu (46,51,0,9).

  • camgöbeği tonu 46.32%
  • eflatun tonu 51.08%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(46,51,0,9)
C46M51Y0K9 
(46%,51%,0%,9%)
(0.46/0.51/0.00/0.09)	

CMYK yüzdeleri

%46.32
%51.08
%0
%9.41

Codes

Color #7C71E7 in popluar color models

7C71E7
RGB124113231
HSL246°71.08%67.45%
HSB/HSV246°51.08%90.59%
CMYK46.32%51.08%0.00%
9.41%

Color #7C71E7 in popluar number systems.

HEX7C71E7
Decimal124113231
Binary1111100111000111100111
Octal174161347

Shades and tints

Shades of #7C71E7

#7C71E7
(124,113,231)
#7167D2
(113,103,210)
#665DBD
(102,93,189)
#5B53A8
(91,83,168)
#504993
(80,73,147)
#453F7E
(69,63,126)
#3A3569
(58,53,105)
#2F2B54
(47,43,84)
#24213F
(36,33,63)
#19172A
(25,23,42)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #7C71E7

#7C71E7
(124,113,231)
#877DE9
(135,125,233)
#9289EB
(146,137,235)
#9D95ED
(157,149,237)
#A8A1EF
(168,161,239)
#B3ADF1
(179,173,241)
#BEB9F3
(190,185,243)
#C9C5F5
(201,197,245)
#D4D1F7
(212,209,247)
#DFDDF9
(223,221,249)
#EAE9FB
(234,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C71E7 color. Also use rgb(124,113,231) instead hex code.

Text Font Color

.myTextColor { color: #7C71E7; }

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

This text font color is #7C71E7.


Background Color

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

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

This div background color is #7C71E7.


Border color

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

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

This div border color is #7C71E7.


Opacity

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

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

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

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

This text has shadow with #7C71E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C71E7 on black background.


Color preview on white background

This text has color #7C71E7 on white background.



Black color preview on #7C71E7 background

This text has black color on #7C71E7 background.


White color preview on #7C71E7 background

This text has white color on #7C71E7 background.