COLOR #601048

HEX: #601048
RGB: (96,16,72)

Renk bilgisi

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

RGB renk modeli

#601048 color RGB value is (96,16,72).

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

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 16 of 255 = 6%
B 72 of 255 = 28%

96
16
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 16 + 72 = 184 (100%)
R 96 of 184 ~ 52.17%
G 16 of 184 ~ 8.7%
B 72 of 184 ~ 39.13%

%52.17
%39.13

CMYK RENK MODELİ

#601048 rengi CMYK tonu (0,83,25,62).

  • camgöbeği tonu 0.00%
  • eflatun tonu 83.33%
  • sarı tonu 25.00%
  • ana renk tonu 62.35%
CMYK:
(0,83,25,62)
C0M83Y25K62 
(0%,83%,25%,62%)
(0.00/0.83/0.25/0.62)	

CMYK yüzdeleri

%0
%83.33
%25
%62.35

Codes

Color #601048 in popluar color models

601048
RGB961672
HSL318°71.43%21.96%
HSB/HSV318°83.33%37.65%
CMYK0.00%83.33%25.00%
62.35%

Color #601048 in popluar number systems.

HEX601048
Decimal961672
Binary1100000100001001000
Octal14020110

Shades and tints

Shades of #601048

#601048
(96,16,72)
#580F42
(88,15,66)
#500E3C
(80,14,60)
#480D36
(72,13,54)
#400C30
(64,12,48)
#380B2A
(56,11,42)
#300A24
(48,10,36)
#28091E
(40,9,30)
#200818
(32,8,24)
#180712
(24,7,18)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #601048

#601048
(96,16,72)
#6E2558
(110,37,88)
#7C3A68
(124,58,104)
#8A4F78
(138,79,120)
#986488
(152,100,136)
#A67998
(166,121,152)
#B48EA8
(180,142,168)
#C2A3B8
(194,163,184)
#D0B8C8
(208,184,200)
#DECDD8
(222,205,216)
#ECE2E8
(236,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601048; }

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

This text font color is #601048.


Background Color

.myBgColor { background-color: #601048; }

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

This div background color is #601048.


Border color

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

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

This div border color is #601048.


Opacity

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

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

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

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

This text has shadow with #601048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601048 on black background.


Color preview on white background

This text has color #601048 on white background.



Black color preview on #601048 background

This text has black color on #601048 background.


White color preview on #601048 background

This text has white color on #601048 background.