COLOR #7D36B9

HEX: #7D36B9
RGB: (125,54,185)

Renk bilgisi

#7D36B9 contains mainly blue color. #7D36B9 ‘ nin web güvenlik rengi #6633CC (ya da #63C) dir.

RGB renk modeli

#7D36B9 color RGB value is (125,54,185).

  • kırmız ton 125;
  • yeşil ton 54;
  • mavi ton 185.
RGB:
(125,54,185)
(49%,21%,73%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 54 of 255 = 21%
B 185 of 255 = 73%

125
54
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 54 + 185 = 364 (100%)
R 125 of 364 ~ 34.34%
G 54 of 364 ~ 14.84%
B 185 of 364 ~ 50.82%

%34.34
%14.84
%50.82

CMYK RENK MODELİ

#7D36B9 rengi CMYK tonu (32,71,0,27).

  • camgöbeği tonu 32.43%
  • eflatun tonu 70.81%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(32,71,0,27)
C32M71Y0K27 
(32%,71%,0%,27%)
(0.32/0.71/0.00/0.27)	

CMYK yüzdeleri

%32.43
%70.81
%0
%27.45

Codes

Color #7D36B9 in popluar color models

7D36B9
RGB12554185
HSL273°54.81%46.86%
HSB/HSV273°70.81%72.55%
CMYK32.43%70.81%0.00%
27.45%

Color #7D36B9 in popluar number systems.

HEX7D36B9
Decimal12554185
Binary111110111011010111001
Octal17566271

Shades and tints

Shades of #7D36B9

#7D36B9
(125,54,185)
#7232A9
(114,50,169)
#672E99
(103,46,153)
#5C2A89
(92,42,137)
#512679
(81,38,121)
#462269
(70,34,105)
#3B1E59
(59,30,89)
#301A49
(48,26,73)
#251639
(37,22,57)
#1A1229
(26,18,41)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #7D36B9

#7D36B9
(125,54,185)
#8848BF
(136,72,191)
#935AC5
(147,90,197)
#9E6CCB
(158,108,203)
#A97ED1
(169,126,209)
#B490D7
(180,144,215)
#BFA2DD
(191,162,221)
#CAB4E3
(202,180,227)
#D5C6E9
(213,198,233)
#E0D8EF
(224,216,239)
#EBEAF5
(235,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D36B9 color. Also use rgb(125,54,185) instead hex code.

Text Font Color

.myTextColor { color: #7D36B9; }

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

This text font color is #7D36B9.


Background Color

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

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

This div background color is #7D36B9.


Border color

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

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

This div border color is #7D36B9.


Opacity

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

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

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

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

This text has shadow with #7D36B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D36B9 on black background.


Color preview on white background

This text has color #7D36B9 on white background.



Black color preview on #7D36B9 background

This text has black color on #7D36B9 background.


White color preview on #7D36B9 background

This text has white color on #7D36B9 background.