COLOR #740463

HEX: #740463
RGB: (116,4,99)

Renk bilgisi

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

RGB renk modeli

#740463 color RGB value is (116,4,99).

  • kırmız ton 116;
  • yeşil ton 4;
  • mavi ton 99.
RGB:
(116,4,99)
(45%,2%,39%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 4 of 255 = 2%
B 99 of 255 = 39%

116
4
99

R + G + B ~ 29%. #740463 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 4 + 99 = 219 (100%)
R 116 of 219 ~ 52.97%
G 4 of 219 ~ 1.83%
B 99 of 219 ~ 45.21%

%52.97
%45.21

CMYK RENK MODELİ

#740463 rengi CMYK tonu (0,97,15,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 96.55%
  • sarı tonu 14.66%
  • ana renk tonu 54.51%
CMYK:
(0,97,15,55)
C0M97Y15K55 
(0%,97%,15%,55%)
(0.00/0.97/0.15/0.55)	

CMYK yüzdeleri

%0
%96.55
%14.66
%54.51

Codes

Color #740463 in popluar color models

740463
RGB116499
HSL309°93.33%23.53%
HSB/HSV309°96.55%45.49%
CMYK0.00%96.55%14.66%
54.51%

Color #740463 in popluar number systems.

HEX740463
Decimal116499
Binary11101001001100011
Octal1644143

Shades and tints

Shades of #740463

#740463
(116,4,99)
#6A045A
(106,4,90)
#600451
(96,4,81)
#560448
(86,4,72)
#4C043F
(76,4,63)
#420436
(66,4,54)
#38042D
(56,4,45)
#2E0424
(46,4,36)
#24041B
(36,4,27)
#1A0412
(26,4,18)
#100409
(16,4,9)
#000000
(0,0,0)

Tints of #740463

#740463
(116,4,99)
#801A71
(128,26,113)
#8C307F
(140,48,127)
#98468D
(152,70,141)
#A45C9B
(164,92,155)
#B072A9
(176,114,169)
#BC88B7
(188,136,183)
#C89EC5
(200,158,197)
#D4B4D3
(212,180,211)
#E0CAE1
(224,202,225)
#ECE0EF
(236,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740463 color. Also use rgb(116,4,99) instead hex code.

Text Font Color

.myTextColor { color: #740463; }

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

This text font color is #740463.


Background Color

.myBgColor { background-color: #740463; }

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

This div background color is #740463.


Border color

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

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

This div border color is #740463.


Opacity

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

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

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

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

This text has shadow with #740463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740463 on black background.


Color preview on white background

This text has color #740463 on white background.



Black color preview on #740463 background

This text has black color on #740463 background.


White color preview on #740463 background

This text has white color on #740463 background.