COLOR #7D15A0

HEX: #7D15A0
RGB: (125,21,160)

Renk bilgisi

#7D15A0 contains mainly red and blue colors. #7D15A0 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#7D15A0 color RGB value is (125,21,160).

  • kırmız ton 125;
  • yeşil ton 21;
  • mavi ton 160.
RGB:
(125,21,160)
(49%,8%,63%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 21 of 255 = 8%
B 160 of 255 = 63%

125
21
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 21 + 160 = 306 (100%)
R 125 of 306 ~ 40.85%
G 21 of 306 ~ 6.86%
B 160 of 306 ~ 52.29%

%40.85
%52.29

CMYK RENK MODELİ

#7D15A0 rengi CMYK tonu (22,87,0,37).

  • camgöbeği tonu 21.88%
  • eflatun tonu 86.88%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(22,87,0,37)
C22M87Y0K37 
(22%,87%,0%,37%)
(0.22/0.87/0.00/0.37)	

CMYK yüzdeleri

%21.88
%86.88
%0
%37.25

Codes

Color #7D15A0 in popluar color models

7D15A0
RGB12521160
HSL285°76.80%35.49%
HSB/HSV285°86.88%62.75%
CMYK21.88%86.88%0.00%
37.25%

Color #7D15A0 in popluar number systems.

HEX7D15A0
Decimal12521160
Binary11111011010110100000
Octal17525240

Shades and tints

Shades of #7D15A0

#7D15A0
(125,21,160)
#721492
(114,20,146)
#671384
(103,19,132)
#5C1276
(92,18,118)
#511168
(81,17,104)
#46105A
(70,16,90)
#3B0F4C
(59,15,76)
#300E3E
(48,14,62)
#250D30
(37,13,48)
#1A0C22
(26,12,34)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #7D15A0

#7D15A0
(125,21,160)
#882AA8
(136,42,168)
#933FB0
(147,63,176)
#9E54B8
(158,84,184)
#A969C0
(169,105,192)
#B47EC8
(180,126,200)
#BF93D0
(191,147,208)
#CAA8D8
(202,168,216)
#D5BDE0
(213,189,224)
#E0D2E8
(224,210,232)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D15A0 color. Also use rgb(125,21,160) instead hex code.

Text Font Color

.myTextColor { color: #7D15A0; }

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

This text font color is #7D15A0.


Background Color

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

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

This div background color is #7D15A0.


Border color

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

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

This div border color is #7D15A0.


Opacity

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

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

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

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

This text has shadow with #7D15A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D15A0 on black background.


Color preview on white background

This text has color #7D15A0 on white background.



Black color preview on #7D15A0 background

This text has black color on #7D15A0 background.


White color preview on #7D15A0 background

This text has white color on #7D15A0 background.