COLOR #601F96

HEX: #601F96 RGB: (96,31,150)

Color info

#601F96 contains mainly red and blue colors. Web safe color of #601F96 is #663399 (or #639).

RGB color model

#601F96 color RGB value is (96,31,150).

RGB: (96,31,150) (38%, 12%, 59%)

RGB channels and saturation

R 96 of 255 = 38%
G 31 of 255 = 12%
B 150 of 255 = 59%

96
31
150

R + G + B ~ 36%. #601F96 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 31 + 150 = 277 (100%)
R 96 of 277 ~ 34.66%
G 31 of 277 ~ 11.19%
B 150 of 277 ~ 54.15'%

%34.66
%11.19
%54.15

CMYK color model

#601F96 color CMYK value is (36,79,0,41).

  • cyan value is 36.00%
  • magenta value is 79.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (36,79,0,41)
C36M79Y0K41 (36%, 79%, 0%, 41%)
(0.36 / 0.79 / 0.00 / 0.41)

CMYK percentages

%36
%79.33
%0
%41.18

Codes

Color #601F96 in popluar color models

60 1F 96
RGB 96 31 150
HSL 273° 65.75% 35.49%
HSB/HSV 273° 79.33% 58.82%
CMYK 36.00% 79.33% 0.00%
41.18%

Color #601F96 in popluar number systems.

HEX 60 1F 96
Decimal 96 31 150
Binary 1100000 11111 10010110
Octal 140 37 226

Shades and tints

Shades of #601F96

#601F96
(96,31,150)
#581D89
(88,29,137)
#501B7C
(80,27,124)
#48196F
(72,25,111)
#401762
(64,23,98)
#381555
(56,21,85)
#301348
(48,19,72)
#28113B
(40,17,59)
#200F2E
(32,15,46)
#180D21
(24,13,33)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #601F96

#601F96
(96,31,150)
#6E339F
(110,51,159)
#7C47A8
(124,71,168)
#8A5BB1
(138,91,177)
#986FBA
(152,111,186)
#A683C3
(166,131,195)
#B497CC
(180,151,204)
#C2ABD5
(194,171,213)
#D0BFDE
(208,191,222)
#DED3E7
(222,211,231)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601F96 color. Also use rgb(96,31,150) instead hex code.

Text Font Color

.myTextColor { color: #601F96; }

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

This text font color is #601F96.

Background Color

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

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

This div background color is #601F96.

Border color

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

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

This div border color is #601F96.

Opacity

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

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

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

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

This text has shadow with #601F96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #601F96.

Preview

Color preview on black background

This text has color #601F96 on black background.


Color preview on white background

This text has color #601F96 on white background.


Black color preview on #601F96 background

This text has black color on #601F96 background.


White color preview on #601F96 background

This text has white color on #601F96 background.


Related colors

Complementary color

Complementary color for #hex is #9FE069.


I love getcolorcode.com

Triadic colors

1 #96601F and #1F9660 with #601F96 are triadic colors.

2 #961F60 and #1F6096 with #601F96 are triadic colors.