COLOR #601049

HEX: #601049
RGB: (96,16,73)

Renk bilgisi

#601049 contains mainly red and blue colors. #601049 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#601049 color RGB value is (96,16,73).

  • kırmız ton 96;
  • yeşil ton 16;
  • mavi ton 73.
RGB:
(96,16,73)
(38%,6%,29%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 16 of 255 = 6%
B 73 of 255 = 29%

96
16
73

R + G + B ~ 24%. #601049 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 16 + 73 = 185 (100%)
R 96 of 185 ~ 51.89%
G 16 of 185 ~ 8.65%
B 73 of 185 ~ 39.46%

%51.89
%39.46

CMYK RENK MODELİ

#601049 rengi CMYK tonu (0,83,24,62).

  • camgöbeği tonu 0.00%
  • eflatun tonu 83.33%
  • sarı tonu 23.96%
  • ana renk tonu 62.35%
CMYK:
(0,83,24,62)
C0M83Y24K62 
(0%,83%,24%,62%)
(0.00/0.83/0.24/0.62)	

CMYK yüzdeleri

%0
%83.33
%23.96
%62.35

Codes

Color #601049 in popluar color models

601049
RGB961673
HSL317°71.43%21.96%
HSB/HSV317°83.33%37.65%
CMYK0.00%83.33%23.96%
62.35%

Color #601049 in popluar number systems.

HEX601049
Decimal961673
Binary1100000100001001001
Octal14020111

Shades and tints

Shades of #601049

#601049
(96,16,73)
#580F43
(88,15,67)
#500E3D
(80,14,61)
#480D37
(72,13,55)
#400C31
(64,12,49)
#380B2B
(56,11,43)
#300A25
(48,10,37)
#28091F
(40,9,31)
#200819
(32,8,25)
#180713
(24,7,19)
#10060D
(16,6,13)
#000000
(0,0,0)

Tints of #601049

#601049
(96,16,73)
#6E2559
(110,37,89)
#7C3A69
(124,58,105)
#8A4F79
(138,79,121)
#986489
(152,100,137)
#A67999
(166,121,153)
#B48EA9
(180,142,169)
#C2A3B9
(194,163,185)
#D0B8C9
(208,184,201)
#DECDD9
(222,205,217)
#ECE2E9
(236,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601049 color. Also use rgb(96,16,73) instead hex code.

Text Font Color

.myTextColor { color: #601049; }

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

This text font color is #601049.


Background Color

.myBgColor { background-color: #601049; }

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

This div background color is #601049.


Border color

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

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

This div border color is #601049.


Opacity

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

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

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

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

This text has shadow with #601049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601049 on black background.


Color preview on white background

This text has color #601049 on white background.



Black color preview on #601049 background

This text has black color on #601049 background.


White color preview on #601049 background

This text has white color on #601049 background.