COLOR #7D71AF

HEX: #7D71AF
RGB: (125,113,175)

Renk bilgisi

#7D71AF contains mainly red and blue colors. #7D71AF ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7D71AF color RGB value is (125,113,175).

  • kırmız ton 125;
  • yeşil ton 113;
  • mavi ton 175.
RGB:
(125,113,175)
(49%,44%,69%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 113 of 255 = 44%
B 175 of 255 = 69%

125
113
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 113 + 175 = 413 (100%)
R 125 of 413 ~ 30.27%
G 113 of 413 ~ 27.36%
B 175 of 413 ~ 42.37%

%30.27
%27.36
%42.37

CMYK RENK MODELİ

#7D71AF rengi CMYK tonu (29,35,0,31).

  • camgöbeği tonu 28.57%
  • eflatun tonu 35.43%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(29,35,0,31)
C29M35Y0K31 
(29%,35%,0%,31%)
(0.29/0.35/0.00/0.31)	

CMYK yüzdeleri

%28.57
%35.43
%0
%31.37

Codes

Color #7D71AF in popluar color models

7D71AF
RGB125113175
HSL252°27.93%56.47%
HSB/HSV252°35.43%68.63%
CMYK28.57%35.43%0.00%
31.37%

Color #7D71AF in popluar number systems.

HEX7D71AF
Decimal125113175
Binary1111101111000110101111
Octal175161257

Shades and tints

Shades of #7D71AF

#7D71AF
(125,113,175)
#7267A0
(114,103,160)
#675D91
(103,93,145)
#5C5382
(92,83,130)
#514973
(81,73,115)
#463F64
(70,63,100)
#3B3555
(59,53,85)
#302B46
(48,43,70)
#252137
(37,33,55)
#1A1728
(26,23,40)
#0F0D19
(15,13,25)
#000000
(0,0,0)

Tints of #7D71AF

#7D71AF
(125,113,175)
#887DB6
(136,125,182)
#9389BD
(147,137,189)
#9E95C4
(158,149,196)
#A9A1CB
(169,161,203)
#B4ADD2
(180,173,210)
#BFB9D9
(191,185,217)
#CAC5E0
(202,197,224)
#D5D1E7
(213,209,231)
#E0DDEE
(224,221,238)
#EBE9F5
(235,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D71AF color. Also use rgb(125,113,175) instead hex code.

Text Font Color

.myTextColor { color: #7D71AF; }

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

This text font color is #7D71AF.


Background Color

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

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

This div background color is #7D71AF.


Border color

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

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

This div border color is #7D71AF.


Opacity

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

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

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

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

This text has shadow with #7D71AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D71AF on black background.


Color preview on white background

This text has color #7D71AF on white background.



Black color preview on #7D71AF background

This text has black color on #7D71AF background.


White color preview on #7D71AF background

This text has white color on #7D71AF background.