COLOR #7D13D6

HEX: #7D13D6
RGB: (125,19,214)

Renk bilgisi

#7D13D6 contains mainly blue color. #7D13D6 ‘ nin web güvenlik rengi #6600CC (ya da #60C) dir.

RGB renk modeli

#7D13D6 color RGB value is (125,19,214).

  • kırmız ton 125;
  • yeşil ton 19;
  • mavi ton 214.
RGB:
(125,19,214)
(49%,7%,84%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 19 of 255 = 7%
B 214 of 255 = 84%

125
19
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 19 + 214 = 358 (100%)
R 125 of 358 ~ 34.92%
G 19 of 358 ~ 5.31%
B 214 of 358 ~ 59.78%

%34.92
%59.78

CMYK RENK MODELİ

#7D13D6 rengi CMYK tonu (42,91,0,16).

  • camgöbeği tonu 41.59%
  • eflatun tonu 91.12%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(42,91,0,16)
C42M91Y0K16 
(42%,91%,0%,16%)
(0.42/0.91/0.00/0.16)	

CMYK yüzdeleri

%41.59
%91.12
%0
%16.08

Codes

Color #7D13D6 in popluar color models

7D13D6
RGB12519214
HSL273°83.69%45.69%
HSB/HSV273°91.12%83.92%
CMYK41.59%91.12%0.00%
16.08%

Color #7D13D6 in popluar number systems.

HEX7D13D6
Decimal12519214
Binary11111011001111010110
Octal17523326

Shades and tints

Shades of #7D13D6

#7D13D6
(125,19,214)
#7212C3
(114,18,195)
#6711B0
(103,17,176)
#5C109D
(92,16,157)
#510F8A
(81,15,138)
#460E77
(70,14,119)
#3B0D64
(59,13,100)
#300C51
(48,12,81)
#250B3E
(37,11,62)
#1A0A2B
(26,10,43)
#0F0918
(15,9,24)
#000000
(0,0,0)

Tints of #7D13D6

#7D13D6
(125,19,214)
#8828D9
(136,40,217)
#933DDC
(147,61,220)
#9E52DF
(158,82,223)
#A967E2
(169,103,226)
#B47CE5
(180,124,229)
#BF91E8
(191,145,232)
#CAA6EB
(202,166,235)
#D5BBEE
(213,187,238)
#E0D0F1
(224,208,241)
#EBE5F4
(235,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D13D6 color. Also use rgb(125,19,214) instead hex code.

Text Font Color

.myTextColor { color: #7D13D6; }

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

This text font color is #7D13D6.


Background Color

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

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

This div background color is #7D13D6.


Border color

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

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

This div border color is #7D13D6.


Opacity

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

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

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

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

This text has shadow with #7D13D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D13D6 on black background.


Color preview on white background

This text has color #7D13D6 on white background.



Black color preview on #7D13D6 background

This text has black color on #7D13D6 background.


White color preview on #7D13D6 background

This text has white color on #7D13D6 background.