COLOR #601D76

HEX: #601D76
RGB: (96,29,118)

Renk bilgisi

#601D76 contains mainly red and blue colors. #601D76 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#601D76 color RGB value is (96,29,118).

  • kırmız ton 96;
  • yeşil ton 29;
  • mavi ton 118.
RGB:
(96,29,118)
(38%,11%,46%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 29 of 255 = 11%
B 118 of 255 = 46%

96
29
118

R + G + B ~ 32%. #601D76 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 29 + 118 = 243 (100%)
R 96 of 243 ~ 39.51%
G 29 of 243 ~ 11.93%
B 118 of 243 ~ 48.56%

%39.51
%11.93
%48.56

CMYK RENK MODELİ

#601D76 rengi CMYK tonu (19,75,0,54).

  • camgöbeği tonu 18.64%
  • eflatun tonu 75.42%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(19,75,0,54)
C19M75Y0K54 
(19%,75%,0%,54%)
(0.19/0.75/0.00/0.54)	

CMYK yüzdeleri

%18.64
%75.42
%0
%53.73

Codes

Color #601D76 in popluar color models

601D76
RGB9629118
HSL285°60.54%28.82%
HSB/HSV285°75.42%46.27%
CMYK18.64%75.42%0.00%
53.73%

Color #601D76 in popluar number systems.

HEX601D76
Decimal9629118
Binary1100000111011110110
Octal14035166

Shades and tints

Shades of #601D76

#601D76
(96,29,118)
#581B6C
(88,27,108)
#501962
(80,25,98)
#481758
(72,23,88)
#40154E
(64,21,78)
#381344
(56,19,68)
#30113A
(48,17,58)
#280F30
(40,15,48)
#200D26
(32,13,38)
#180B1C
(24,11,28)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #601D76

#601D76
(96,29,118)
#6E3182
(110,49,130)
#7C458E
(124,69,142)
#8A599A
(138,89,154)
#986DA6
(152,109,166)
#A681B2
(166,129,178)
#B495BE
(180,149,190)
#C2A9CA
(194,169,202)
#D0BDD6
(208,189,214)
#DED1E2
(222,209,226)
#ECE5EE
(236,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601D76 color. Also use rgb(96,29,118) instead hex code.

Text Font Color

.myTextColor { color: #601D76; }

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

This text font color is #601D76.


Background Color

.myBgColor { background-color: #601D76; }

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

This div background color is #601D76.


Border color

.myBorderColor { border: 1px solid #601D76; }

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

This div border color is #601D76.


Opacity

.myOpacity80 { color: #601D76; opacity: 0.8; }

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

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

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

This text has shadow with #601D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601D76 on black background.


Color preview on white background

This text has color #601D76 on white background.



Black color preview on #601D76 background

This text has black color on #601D76 background.


White color preview on #601D76 background

This text has white color on #601D76 background.