COLOR #7D61A5

HEX: #7D61A5
RGB: (125,97,165)

Renk bilgisi

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

RGB renk modeli

#7D61A5 color RGB value is (125,97,165).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 97 of 255 = 38%
B 165 of 255 = 65%

125
97
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 97 + 165 = 387 (100%)
R 125 of 387 ~ 32.3%
G 97 of 387 ~ 25.06%
B 165 of 387 ~ 42.64%

%32.3
%25.06
%42.64

CMYK RENK MODELİ

#7D61A5 rengi CMYK tonu (24,41,0,35).

  • camgöbeği tonu 24.24%
  • eflatun tonu 41.21%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(24,41,0,35)
C24M41Y0K35 
(24%,41%,0%,35%)
(0.24/0.41/0.00/0.35)	

CMYK yüzdeleri

%24.24
%41.21
%0
%35.29

Codes

Color #7D61A5 in popluar color models

7D61A5
RGB12597165
HSL265°27.42%51.37%
HSB/HSV265°41.21%64.71%
CMYK24.24%41.21%0.00%
35.29%

Color #7D61A5 in popluar number systems.

HEX7D61A5
Decimal12597165
Binary1111101110000110100101
Octal175141245

Shades and tints

Shades of #7D61A5

#7D61A5
(125,97,165)
#725996
(114,89,150)
#675187
(103,81,135)
#5C4978
(92,73,120)
#514169
(81,65,105)
#46395A
(70,57,90)
#3B314B
(59,49,75)
#30293C
(48,41,60)
#25212D
(37,33,45)
#1A191E
(26,25,30)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #7D61A5

#7D61A5
(125,97,165)
#886FAD
(136,111,173)
#937DB5
(147,125,181)
#9E8BBD
(158,139,189)
#A999C5
(169,153,197)
#B4A7CD
(180,167,205)
#BFB5D5
(191,181,213)
#CAC3DD
(202,195,221)
#D5D1E5
(213,209,229)
#E0DFED
(224,223,237)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D61A5; }

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

This text font color is #7D61A5.


Background Color

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

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

This div background color is #7D61A5.


Border color

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

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

This div border color is #7D61A5.


Opacity

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

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

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

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

This text has shadow with #7D61A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D61A5 on black background.


Color preview on white background

This text has color #7D61A5 on white background.



Black color preview on #7D61A5 background

This text has black color on #7D61A5 background.


White color preview on #7D61A5 background

This text has white color on #7D61A5 background.