COLOR #601289

HEX: #601289
RGB: (96,18,137)

Renk bilgisi

#601289 contains mainly red and blue colors. #601289 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#601289 color RGB value is (96,18,137).

  • kırmız ton 96;
  • yeşil ton 18;
  • mavi ton 137.
RGB:
(96,18,137)
(38%,7%,54%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 18 of 255 = 7%
B 137 of 255 = 54%

96
18
137

R + G + B ~ 33%. #601289 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 18 + 137 = 251 (100%)
R 96 of 251 ~ 38.25%
G 18 of 251 ~ 7.17%
B 137 of 251 ~ 54.58%

%38.25
%54.58

CMYK RENK MODELİ

#601289 rengi CMYK tonu (30,87,0,46).

  • camgöbeği tonu 29.93%
  • eflatun tonu 86.86%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(30,87,0,46)
C30M87Y0K46 
(30%,87%,0%,46%)
(0.30/0.87/0.00/0.46)	

CMYK yüzdeleri

%29.93
%86.86
%0
%46.27

Codes

Color #601289 in popluar color models

601289
RGB9618137
HSL279°76.77%30.39%
HSB/HSV279°86.86%53.73%
CMYK29.93%86.86%0.00%
46.27%

Color #601289 in popluar number systems.

HEX601289
Decimal9618137
Binary11000001001010001001
Octal14022211

Shades and tints

Shades of #601289

#601289
(96,18,137)
#58117D
(88,17,125)
#501071
(80,16,113)
#480F65
(72,15,101)
#400E59
(64,14,89)
#380D4D
(56,13,77)
#300C41
(48,12,65)
#280B35
(40,11,53)
#200A29
(32,10,41)
#18091D
(24,9,29)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #601289

#601289
(96,18,137)
#6E2793
(110,39,147)
#7C3C9D
(124,60,157)
#8A51A7
(138,81,167)
#9866B1
(152,102,177)
#A67BBB
(166,123,187)
#B490C5
(180,144,197)
#C2A5CF
(194,165,207)
#D0BAD9
(208,186,217)
#DECFE3
(222,207,227)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601289 color. Also use rgb(96,18,137) instead hex code.

Text Font Color

.myTextColor { color: #601289; }

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

This text font color is #601289.


Background Color

.myBgColor { background-color: #601289; }

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

This div background color is #601289.


Border color

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

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

This div border color is #601289.


Opacity

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

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

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

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

This text has shadow with #601289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601289 on black background.


Color preview on white background

This text has color #601289 on white background.



Black color preview on #601289 background

This text has black color on #601289 background.


White color preview on #601289 background

This text has white color on #601289 background.