COLOR #600743

HEX: #600743 RGB: (96,7,67)

Color info

#600743 contains mainly red and blue colors. Web safe color of #600743 is #660033 (or #603).

RGB color model

#600743 color RGB value is (96,7,67).

RGB: (96,7,67) (38%, 3%, 26%)

RGB channels and saturation

R 96 of 255 = 38%
G 7 of 255 = 3%
B 67 of 255 = 26%

96
7
67

R + G + B ~ 22%. #600743 is dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 7 + 67 = 170 (100%)
R 96 of 170 ~ 56.47%
G 7 of 170 ~ 4.12%
B 67 of 170 ~ 39.41'%

%56.47
%39.41

CMYK color model

#600743 color CMYK value is (0,93,30,62).

  • cyan value is 0.00%
  • magenta value is 92.71%
  • yellow value is 30.21%
  • key color value is 62.35%

CMYK: (0,93,30,62)
C0M93Y30K62 (0%, 93%, 30%, 62%)
(0.00 / 0.93 / 0.30 / 0.62)

CMYK percentages

%0
%92.71
%30.21
%62.35

Codes

Color #600743 in popluar color models

60 07 43
RGB 96 7 67
HSL 320° 86.41% 20.20%
HSB/HSV 320° 92.71% 37.65%
CMYK 0.00% 92.71% 30.21%
62.35%

Color #600743 in popluar number systems.

HEX 60 07 43
Decimal 96 7 67
Binary 1100000 111 1000011
Octal 140 7 103

Shades and tints

Shades of #600743

#600743
(96,7,67)
#58073D
(88,7,61)
#500737
(80,7,55)
#480731
(72,7,49)
#40072B
(64,7,43)
#380725
(56,7,37)
#30071F
(48,7,31)
#280719
(40,7,25)
#200713
(32,7,19)
#18070D
(24,7,13)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #600743

#600743
(96,7,67)
#6E1D54
(110,29,84)
#7C3365
(124,51,101)
#8A4976
(138,73,118)
#985F87
(152,95,135)
#A67598
(166,117,152)
#B48BA9
(180,139,169)
#C2A1BA
(194,161,186)
#D0B7CB
(208,183,203)
#DECDDC
(222,205,220)
#ECE3ED
(236,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #600743; }

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

This text font color is #600743.

Background Color

.myBgColor { background-color: #600743; }

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

This div background color is #600743.

Border color

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

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

This div border color is #600743.

Opacity

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

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

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

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

This text has shadow with #600743 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #600743.

Preview

Color preview on black background

This text has color #600743 on black background.


Color preview on white background

This text has color #600743 on white background.


Black color preview on #600743 background

This text has black color on #600743 background.


White color preview on #600743 background

This text has white color on #600743 background.


Related colors

Complementary color

Complementary color for #hex is #9FF8BC.


I love getcolorcode.com

Triadic colors

1 #436007 and #074360 with #600743 are triadic colors.

2 #430760 and #076043 with #600743 are triadic colors.