COLOR #601B5F

HEX: #601B5F
RGB: (96,27,95)

Renk bilgisi

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

RGB renk modeli

#601B5F color RGB value is (96,27,95).

  • kırmız ton 96;
  • yeşil ton 27;
  • mavi ton 95.
RGB:
(96,27,95)
(38%,11%,37%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 27 of 255 = 11%
B 95 of 255 = 37%

96
27
95

R + G + B ~ 29%. #601B5F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 27 + 95 = 218 (100%)
R 96 of 218 ~ 44.04%
G 27 of 218 ~ 12.39%
B 95 of 218 ~ 43.58%

%44.04
%12.39
%43.58

CMYK RENK MODELİ

#601B5F rengi CMYK tonu (0,72,1,62).

  • camgöbeği tonu 0.00%
  • eflatun tonu 71.88%
  • sarı tonu 1.04%
  • ana renk tonu 62.35%
CMYK:
(0,72,1,62)
C0M72Y1K62 
(0%,72%,1%,62%)
(0.00/0.72/0.01/0.62)	

CMYK yüzdeleri

%0
%71.88
%1.04
%62.35

Codes

Color #601B5F in popluar color models

601B5F
RGB962795
HSL301°56.10%24.12%
HSB/HSV301°71.88%37.65%
CMYK0.00%71.88%1.04%
62.35%

Color #601B5F in popluar number systems.

HEX601B5F
Decimal962795
Binary1100000110111011111
Octal14033137

Shades and tints

Shades of #601B5F

#601B5F
(96,27,95)
#581957
(88,25,87)
#50174F
(80,23,79)
#481547
(72,21,71)
#40133F
(64,19,63)
#381137
(56,17,55)
#300F2F
(48,15,47)
#280D27
(40,13,39)
#200B1F
(32,11,31)
#180917
(24,9,23)
#10070F
(16,7,15)
#000000
(0,0,0)

Tints of #601B5F

#601B5F
(96,27,95)
#6E2F6D
(110,47,109)
#7C437B
(124,67,123)
#8A5789
(138,87,137)
#986B97
(152,107,151)
#A67FA5
(166,127,165)
#B493B3
(180,147,179)
#C2A7C1
(194,167,193)
#D0BBCF
(208,187,207)
#DECFDD
(222,207,221)
#ECE3EB
(236,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601B5F color. Also use rgb(96,27,95) instead hex code.

Text Font Color

.myTextColor { color: #601B5F; }

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

This text font color is #601B5F.


Background Color

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

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

This div background color is #601B5F.


Border color

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

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

This div border color is #601B5F.


Opacity

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

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

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

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

This text has shadow with #601B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601B5F on black background.


Color preview on white background

This text has color #601B5F on white background.



Black color preview on #601B5F background

This text has black color on #601B5F background.


White color preview on #601B5F background

This text has white color on #601B5F background.