COLOR #7520B6

HEX: #7520B6
RGB: (117,32,182)

Renk bilgisi

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

RGB renk modeli

#7520B6 color RGB value is (117,32,182).

  • kırmız ton 117;
  • yeşil ton 32;
  • mavi ton 182.
RGB:
(117,32,182)
(46%,13%,71%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 32 of 255 = 13%
B 182 of 255 = 71%

117
32
182

R + G + B ~ 43%. #7520B6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 32 + 182 = 331 (100%)
R 117 of 331 ~ 35.35%
G 32 of 331 ~ 9.67%
B 182 of 331 ~ 54.98%

%35.35
%9.67
%54.98

CMYK RENK MODELİ

#7520B6 rengi CMYK tonu (36,82,0,29).

  • camgöbeği tonu 35.71%
  • eflatun tonu 82.42%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(36,82,0,29)
C36M82Y0K29 
(36%,82%,0%,29%)
(0.36/0.82/0.00/0.29)	

CMYK yüzdeleri

%35.71
%82.42
%0
%28.63

Codes

Color #7520B6 in popluar color models

7520B6
RGB11732182
HSL274°70.09%41.96%
HSB/HSV274°82.42%71.37%
CMYK35.71%82.42%0.00%
28.63%

Color #7520B6 in popluar number systems.

HEX7520B6
Decimal11732182
Binary111010110000010110110
Octal16540266

Shades and tints

Shades of #7520B6

#7520B6
(117,32,182)
#6B1EA6
(107,30,166)
#611C96
(97,28,150)
#571A86
(87,26,134)
#4D1876
(77,24,118)
#431666
(67,22,102)
#391456
(57,20,86)
#2F1246
(47,18,70)
#251036
(37,16,54)
#1B0E26
(27,14,38)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #7520B6

#7520B6
(117,32,182)
#8134BC
(129,52,188)
#8D48C2
(141,72,194)
#995CC8
(153,92,200)
#A570CE
(165,112,206)
#B184D4
(177,132,212)
#BD98DA
(189,152,218)
#C9ACE0
(201,172,224)
#D5C0E6
(213,192,230)
#E1D4EC
(225,212,236)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7520B6 color. Also use rgb(117,32,182) instead hex code.

Text Font Color

.myTextColor { color: #7520B6; }

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

This text font color is #7520B6.


Background Color

.myBgColor { background-color: #7520B6; }

<div style="background-color:#7520B6">Inner text</div>

This div background color is #7520B6.


Border color

.myBorderColor { border: 1px solid #7520B6; }

<div style="border:3px solid #7520B6">Div</div>

This div border color is #7520B6.


Opacity

.myOpacity80 { color: #7520B6; opacity: 0.8; }

<p style="color:#7520B6;opacity:0.8;">80%</p>

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

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

This text has shadow with #7520B6 color.

.textShadow {text-shadow: 3px 3px 1px #7520B6, 3px 3px 1px red;}

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

This text has shadow with #7520B6 primary color and red secondary color.


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

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

This text has shadow with #7520B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7520B6 on black background.


Color preview on white background

This text has color #7520B6 on white background.



Black color preview on #7520B6 background

This text has black color on #7520B6 background.


White color preview on #7520B6 background

This text has white color on #7520B6 background.