COLOR #600C7F

HEX: #600C7F
RGB: (96,12,127)

Renk bilgisi

#600C7F contains mainly red and blue colors. #600C7F ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#600C7F color RGB value is (96,12,127).

  • kırmız ton 96;
  • yeşil ton 12;
  • mavi ton 127.
RGB:
(96,12,127)
(38%,5%,50%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 12 of 255 = 5%
B 127 of 255 = 50%

96
12
127

R + G + B ~ 31%. #600C7F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 12 + 127 = 235 (100%)
R 96 of 235 ~ 40.85%
G 12 of 235 ~ 5.11%
B 127 of 235 ~ 54.04%

%40.85
%54.04

CMYK RENK MODELİ

#600C7F rengi CMYK tonu (24,91,0,50).

  • camgöbeği tonu 24.41%
  • eflatun tonu 90.55%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(24,91,0,50)
C24M91Y0K50 
(24%,91%,0%,50%)
(0.24/0.91/0.00/0.50)	

CMYK yüzdeleri

%24.41
%90.55
%0
%50.2

Codes

Color #600C7F in popluar color models

600C7F
RGB9612127
HSL284°82.73%27.25%
HSB/HSV284°90.55%49.80%
CMYK24.41%90.55%0.00%
50.20%

Color #600C7F in popluar number systems.

HEX600C7F
Decimal9612127
Binary110000011001111111
Octal14014177

Shades and tints

Shades of #600C7F

#600C7F
(96,12,127)
#580B74
(88,11,116)
#500A69
(80,10,105)
#48095E
(72,9,94)
#400853
(64,8,83)
#380748
(56,7,72)
#30063D
(48,6,61)
#280532
(40,5,50)
#200427
(32,4,39)
#18031C
(24,3,28)
#100211
(16,2,17)
#000000
(0,0,0)

Tints of #600C7F

#600C7F
(96,12,127)
#6E228A
(110,34,138)
#7C3895
(124,56,149)
#8A4EA0
(138,78,160)
#9864AB
(152,100,171)
#A67AB6
(166,122,182)
#B490C1
(180,144,193)
#C2A6CC
(194,166,204)
#D0BCD7
(208,188,215)
#DED2E2
(222,210,226)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #600C7F color. Also use rgb(96,12,127) instead hex code.

Text Font Color

.myTextColor { color: #600C7F; }

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

This text font color is #600C7F.


Background Color

.myBgColor { background-color: #600C7F; }

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

This div background color is #600C7F.


Border color

.myBorderColor { border: 1px solid #600C7F; }

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

This div border color is #600C7F.


Opacity

.myOpacity80 { color: #600C7F; opacity: 0.8; }

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

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

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

This text has shadow with #600C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600C7F on black background.


Color preview on white background

This text has color #600C7F on white background.



Black color preview on #600C7F background

This text has black color on #600C7F background.


White color preview on #600C7F background

This text has white color on #600C7F background.