COLOR #7D52A5

HEX: #7D52A5
RGB: (125,82,165)

Renk bilgisi

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

RGB renk modeli

#7D52A5 color RGB value is (125,82,165).

  • kırmız ton 125;
  • yeşil ton 82;
  • mavi ton 165.
RGB:
(125,82,165)
(49%,32%,65%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 82 of 255 = 32%
B 165 of 255 = 65%

125
82
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 82 + 165 = 372 (100%)
R 125 of 372 ~ 33.6%
G 82 of 372 ~ 22.04%
B 165 of 372 ~ 44.35%

%33.6
%22.04
%44.35

CMYK RENK MODELİ

#7D52A5 rengi CMYK tonu (24,50,0,35).

  • camgöbeği tonu 24.24%
  • eflatun tonu 50.30%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(24,50,0,35)
C24M50Y0K35 
(24%,50%,0%,35%)
(0.24/0.50/0.00/0.35)	

CMYK yüzdeleri

%24.24
%50.3
%0
%35.29

Codes

Color #7D52A5 in popluar color models

7D52A5
RGB12582165
HSL271°33.60%48.43%
HSB/HSV271°50.30%64.71%
CMYK24.24%50.30%0.00%
35.29%

Color #7D52A5 in popluar number systems.

HEX7D52A5
Decimal12582165
Binary1111101101001010100101
Octal175122245

Shades and tints

Shades of #7D52A5

#7D52A5
(125,82,165)
#724B96
(114,75,150)
#674487
(103,68,135)
#5C3D78
(92,61,120)
#513669
(81,54,105)
#462F5A
(70,47,90)
#3B284B
(59,40,75)
#30213C
(48,33,60)
#251A2D
(37,26,45)
#1A131E
(26,19,30)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #7D52A5

#7D52A5
(125,82,165)
#8861AD
(136,97,173)
#9370B5
(147,112,181)
#9E7FBD
(158,127,189)
#A98EC5
(169,142,197)
#B49DCD
(180,157,205)
#BFACD5
(191,172,213)
#CABBDD
(202,187,221)
#D5CAE5
(213,202,229)
#E0D9ED
(224,217,237)
#EBE8F5
(235,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D52A5 color. Also use rgb(125,82,165) instead hex code.

Text Font Color

.myTextColor { color: #7D52A5; }

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

This text font color is #7D52A5.


Background Color

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

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

This div background color is #7D52A5.


Border color

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

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

This div border color is #7D52A5.


Opacity

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

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

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

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

This text has shadow with #7D52A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D52A5 on black background.


Color preview on white background

This text has color #7D52A5 on white background.



Black color preview on #7D52A5 background

This text has black color on #7D52A5 background.


White color preview on #7D52A5 background

This text has white color on #7D52A5 background.