COLOR #7D73A6

HEX: #7D73A6
RGB: (125,115,166)

Renk bilgisi

#7D73A6 contains red, green and blue colors in about the same proportion. #7D73A6 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7D73A6 color RGB value is (125,115,166).

  • kırmız ton 125;
  • yeşil ton 115;
  • mavi ton 166.
RGB:
(125,115,166)
(49%,45%,65%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 115 of 255 = 45%
B 166 of 255 = 65%

125
115
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 115 + 166 = 406 (100%)
R 125 of 406 ~ 30.79%
G 115 of 406 ~ 28.33%
B 166 of 406 ~ 40.89%

%30.79
%28.33
%40.89

CMYK RENK MODELİ

#7D73A6 rengi CMYK tonu (25,31,0,35).

  • camgöbeği tonu 24.70%
  • eflatun tonu 30.72%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(25,31,0,35)
C25M31Y0K35 
(25%,31%,0%,35%)
(0.25/0.31/0.00/0.35)	

CMYK yüzdeleri

%24.7
%30.72
%0
%34.9

Codes

Color #7D73A6 in popluar color models

7D73A6
RGB125115166
HSL252°22.27%55.10%
HSB/HSV252°30.72%65.10%
CMYK24.70%30.72%0.00%
34.90%

Color #7D73A6 in popluar number systems.

HEX7D73A6
Decimal125115166
Binary1111101111001110100110
Octal175163246

Shades and tints

Shades of #7D73A6

#7D73A6
(125,115,166)
#726997
(114,105,151)
#675F88
(103,95,136)
#5C5579
(92,85,121)
#514B6A
(81,75,106)
#46415B
(70,65,91)
#3B374C
(59,55,76)
#302D3D
(48,45,61)
#25232E
(37,35,46)
#1A191F
(26,25,31)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #7D73A6

#7D73A6
(125,115,166)
#887FAE
(136,127,174)
#938BB6
(147,139,182)
#9E97BE
(158,151,190)
#A9A3C6
(169,163,198)
#B4AFCE
(180,175,206)
#BFBBD6
(191,187,214)
#CAC7DE
(202,199,222)
#D5D3E6
(213,211,230)
#E0DFEE
(224,223,238)
#EBEBF6
(235,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D73A6 color. Also use rgb(125,115,166) instead hex code.

Text Font Color

.myTextColor { color: #7D73A6; }

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

This text font color is #7D73A6.


Background Color

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

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

This div background color is #7D73A6.


Border color

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

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

This div border color is #7D73A6.


Opacity

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

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

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

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

This text has shadow with #7D73A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D73A6 on black background.


Color preview on white background

This text has color #7D73A6 on white background.



Black color preview on #7D73A6 background

This text has black color on #7D73A6 background.


White color preview on #7D73A6 background

This text has white color on #7D73A6 background.