COLOR #600079

HEX: #600079
RGB: (96,0,121)

Renk bilgisi

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

RGB renk modeli

#600079 color RGB value is (96,0,121).

  • kırmız ton 96;
  • yeşil ton 0;
  • mavi ton 121.
RGB:
(96,0,121)
(38%,0%,47%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 0 of 255 = 0%
B 121 of 255 = 47%

96
0
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 0 + 121 = 217 (100%)
R 96 of 217 ~ 44.24%
G 0 of 217 ~ 0%
B 121 of 217 ~ 55.76%

%44.24
%55.76

CMYK RENK MODELİ

#600079 rengi CMYK tonu (21,100,0,53).

  • camgöbeği tonu 20.66%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(21,100,0,53)
C21M100Y0K53 
(21%,100%,0%,53%)
(0.21/1.00/0.00/0.53)	

CMYK yüzdeleri

%20.66
%100
%0
%52.55

Codes

Color #600079 in popluar color models

600079
RGB960121
HSL288°100.00%23.73%
HSB/HSV288°100.00%47.45%
CMYK20.66%100.00%0.00%
52.55%

Color #600079 in popluar number systems.

HEX600079
Decimal960121
Binary110000001111001
Octal1400171

Shades and tints

Shades of #600079

#600079
(96,0,121)
#58006E
(88,0,110)
#500063
(80,0,99)
#480058
(72,0,88)
#40004D
(64,0,77)
#380042
(56,0,66)
#300037
(48,0,55)
#28002C
(40,0,44)
#200021
(32,0,33)
#180016
(24,0,22)
#10000B
(16,0,11)
#000000
(0,0,0)

Tints of #600079

#600079
(96,0,121)
#6E1785
(110,23,133)
#7C2E91
(124,46,145)
#8A459D
(138,69,157)
#985CA9
(152,92,169)
#A673B5
(166,115,181)
#B48AC1
(180,138,193)
#C2A1CD
(194,161,205)
#D0B8D9
(208,184,217)
#DECFE5
(222,207,229)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #600079; }

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

This text font color is #600079.


Background Color

.myBgColor { background-color: #600079; }

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

This div background color is #600079.


Border color

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

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

This div border color is #600079.


Opacity

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

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

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

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

This text has shadow with #600079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600079 on black background.


Color preview on white background

This text has color #600079 on white background.



Black color preview on #600079 background

This text has black color on #600079 background.


White color preview on #600079 background

This text has white color on #600079 background.