COLOR #601355

HEX: #601355
RGB: (96,19,85)

Renk bilgisi

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

RGB renk modeli

#601355 color RGB value is (96,19,85).

  • kırmız ton 96;
  • yeşil ton 19;
  • mavi ton 85.
RGB:
(96,19,85)
(38%,7%,33%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 19 of 255 = 7%
B 85 of 255 = 33%

96
19
85

R + G + B ~ 26%. #601355 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 19 + 85 = 200 (100%)
R 96 of 200 ~ 48%
G 19 of 200 ~ 9.5%
B 85 of 200 ~ 42.5%

%48
%9.5
%42.5

CMYK RENK MODELİ

#601355 rengi CMYK tonu (0,80,11,62).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.21%
  • sarı tonu 11.46%
  • ana renk tonu 62.35%
CMYK:
(0,80,11,62)
C0M80Y11K62 
(0%,80%,11%,62%)
(0.00/0.80/0.11/0.62)	

CMYK yüzdeleri

%0
%80.21
%11.46
%62.35

Codes

Color #601355 in popluar color models

601355
RGB961985
HSL309°66.96%22.55%
HSB/HSV309°80.21%37.65%
CMYK0.00%80.21%11.46%
62.35%

Color #601355 in popluar number systems.

HEX601355
Decimal961985
Binary1100000100111010101
Octal14023125

Shades and tints

Shades of #601355

#601355
(96,19,85)
#58124E
(88,18,78)
#501147
(80,17,71)
#481040
(72,16,64)
#400F39
(64,15,57)
#380E32
(56,14,50)
#300D2B
(48,13,43)
#280C24
(40,12,36)
#200B1D
(32,11,29)
#180A16
(24,10,22)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #601355

#601355
(96,19,85)
#6E2864
(110,40,100)
#7C3D73
(124,61,115)
#8A5282
(138,82,130)
#986791
(152,103,145)
#A67CA0
(166,124,160)
#B491AF
(180,145,175)
#C2A6BE
(194,166,190)
#D0BBCD
(208,187,205)
#DED0DC
(222,208,220)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601355 color. Also use rgb(96,19,85) instead hex code.

Text Font Color

.myTextColor { color: #601355; }

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

This text font color is #601355.


Background Color

.myBgColor { background-color: #601355; }

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

This div background color is #601355.


Border color

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

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

This div border color is #601355.


Opacity

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

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

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

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

This text has shadow with #601355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601355 on black background.


Color preview on white background

This text has color #601355 on white background.



Black color preview on #601355 background

This text has black color on #601355 background.


White color preview on #601355 background

This text has white color on #601355 background.