COLOR #601260

HEX: #601260
RGB: (96,18,96)

Color info

#601260 contains mainly red and blue colors. Web safe color of #601260 is #660066 (or #606).

RGB color model

#601260 color RGB value is (96,18,96).

  • red value is 96;
  • green value is 18;
  • blue value is 96.
RGB:
(96,18,96)
(38%,7%,38%)

RGB channels and saturation

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

96
18
96

R + G + B ~ 28%. #601260 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 18 + 96 = 210 (100%)
R 96 of 210 ~ 45.71%
G 18 of 210 ~ 8.57%
B 96 of 210 ~ 45.71%

%45.71
%45.71

CMYK color model

#601260 color CMYK value is (0,81,0,62).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(0,81,0,62)
C0M81Y0K62 
(0%,81%,0%,62%)
(0.00/0.81/0.00/0.62)	

CMYK percentages

%0
%81.25
%0
%62.35

Codes

Color #601260 in popluar color models

601260
RGB961896
HSL300°68.42%22.35%
HSB/HSV300°81.25%37.65%
CMYK0.00%81.25%0.00%
62.35%

Color #601260 in popluar number systems.

HEX601260
Decimal961896
Binary1100000100101100000
Octal14022140

Shades and tints

Shades of #601260

#601260
(96,18,96)
#581158
(88,17,88)
#501050
(80,16,80)
#480F48
(72,15,72)
#400E40
(64,14,64)
#380D38
(56,13,56)
#300C30
(48,12,48)
#280B28
(40,11,40)
#200A20
(32,10,32)
#180918
(24,9,24)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #601260

#601260
(96,18,96)
#6E276E
(110,39,110)
#7C3C7C
(124,60,124)
#8A518A
(138,81,138)
#986698
(152,102,152)
#A67BA6
(166,123,166)
#B490B4
(180,144,180)
#C2A5C2
(194,165,194)
#D0BAD0
(208,186,208)
#DECFDE
(222,207,222)
#ECE4EC
(236,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601260; }

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

This text font color is #601260.


Background Color

.myBgColor { background-color: #601260; }

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

This div background color is #601260.


Border color

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

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

This div border color is #601260.


Opacity

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

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

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

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

This text has shadow with #601260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601260 on black background.


Color preview on white background

This text has color #601260 on white background.



Black color preview on #601260 background

This text has black color on #601260 background.


White color preview on #601260 background

This text has white color on #601260 background.