COLOR #701080

HEX: #701080
RGB: (112,16,128)

Renk bilgisi

#701080 contains mainly red and blue colors. #701080 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#701080 color RGB value is (112,16,128).

  • kırmız ton 112;
  • yeşil ton 16;
  • mavi ton 128.
RGB:
(112,16,128)
(44%,6%,50%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 16 of 255 = 6%
B 128 of 255 = 50%

112
16
128

R + G + B ~ 33%. #701080 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 16 + 128 = 256 (100%)
R 112 of 256 ~ 43.75%
G 16 of 256 ~ 6.25%
B 128 of 256 ~ 50%

%43.75
%50

CMYK RENK MODELİ

#701080 rengi CMYK tonu (13,88,0,50).

  • camgöbeği tonu 12.50%
  • eflatun tonu 87.50%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(13,88,0,50)
C13M88Y0K50 
(13%,88%,0%,50%)
(0.13/0.88/0.00/0.50)	

CMYK yüzdeleri

%12.5
%87.5
%0
%49.8

Codes

Color #701080 in popluar color models

701080
RGB11216128
HSL291°77.78%28.24%
HSB/HSV291°87.50%50.20%
CMYK12.50%87.50%0.00%
49.80%

Color #701080 in popluar number systems.

HEX701080
Decimal11216128
Binary11100001000010000000
Octal16020200

Shades and tints

Shades of #701080

#701080
(112,16,128)
#660F75
(102,15,117)
#5C0E6A
(92,14,106)
#520D5F
(82,13,95)
#480C54
(72,12,84)
#3E0B49
(62,11,73)
#340A3E
(52,10,62)
#2A0933
(42,9,51)
#200828
(32,8,40)
#16071D
(22,7,29)
#0C0612
(12,6,18)
#000000
(0,0,0)

Tints of #701080

#701080
(112,16,128)
#7D258B
(125,37,139)
#8A3A96
(138,58,150)
#974FA1
(151,79,161)
#A464AC
(164,100,172)
#B179B7
(177,121,183)
#BE8EC2
(190,142,194)
#CBA3CD
(203,163,205)
#D8B8D8
(216,184,216)
#E5CDE3
(229,205,227)
#F2E2EE
(242,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #701080 color. Also use rgb(112,16,128) instead hex code.

Text Font Color

.myTextColor { color: #701080; }

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

This text font color is #701080.


Background Color

.myBgColor { background-color: #701080; }

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

This div background color is #701080.


Border color

.myBorderColor { border: 1px solid #701080; }

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

This div border color is #701080.


Opacity

.myOpacity80 { color: #701080; opacity: 0.8; }

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

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

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

This text has shadow with #701080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #701080 on black background.


Color preview on white background

This text has color #701080 on white background.



Black color preview on #701080 background

This text has black color on #701080 background.


White color preview on #701080 background

This text has white color on #701080 background.