COLOR #742499

HEX: #742499
RGB: (116,36,153)

Renk bilgisi

#742499 contains mainly red and blue colors. #742499 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#742499 color RGB value is (116,36,153).

  • kırmız ton 116;
  • yeşil ton 36;
  • mavi ton 153.
RGB:
(116,36,153)
(45%,14%,60%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 36 of 255 = 14%
B 153 of 255 = 60%

116
36
153

R + G + B ~ 40%. #742499 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 36 + 153 = 305 (100%)
R 116 of 305 ~ 38.03%
G 36 of 305 ~ 11.8%
B 153 of 305 ~ 50.16%

%38.03
%11.8
%50.16

CMYK RENK MODELİ

#742499 rengi CMYK tonu (24,76,0,40).

  • camgöbeği tonu 24.18%
  • eflatun tonu 76.47%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(24,76,0,40)
C24M76Y0K40 
(24%,76%,0%,40%)
(0.24/0.76/0.00/0.40)	

CMYK yüzdeleri

%24.18
%76.47
%0
%40

Codes

Color #742499 in popluar color models

742499
RGB11636153
HSL281°61.90%37.06%
HSB/HSV281°76.47%60.00%
CMYK24.18%76.47%0.00%
40.00%

Color #742499 in popluar number systems.

HEX742499
Decimal11636153
Binary111010010010010011001
Octal16444231

Shades and tints

Shades of #742499

#742499
(116,36,153)
#6A218C
(106,33,140)
#601E7F
(96,30,127)
#561B72
(86,27,114)
#4C1865
(76,24,101)
#421558
(66,21,88)
#38124B
(56,18,75)
#2E0F3E
(46,15,62)
#240C31
(36,12,49)
#1A0924
(26,9,36)
#100617
(16,6,23)
#000000
(0,0,0)

Tints of #742499

#742499
(116,36,153)
#8037A2
(128,55,162)
#8C4AAB
(140,74,171)
#985DB4
(152,93,180)
#A470BD
(164,112,189)
#B083C6
(176,131,198)
#BC96CF
(188,150,207)
#C8A9D8
(200,169,216)
#D4BCE1
(212,188,225)
#E0CFEA
(224,207,234)
#ECE2F3
(236,226,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742499 color. Also use rgb(116,36,153) instead hex code.

Text Font Color

.myTextColor { color: #742499; }

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

This text font color is #742499.


Background Color

.myBgColor { background-color: #742499; }

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

This div background color is #742499.


Border color

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

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

This div border color is #742499.


Opacity

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

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

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

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

This text has shadow with #742499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742499 on black background.


Color preview on white background

This text has color #742499 on white background.



Black color preview on #742499 background

This text has black color on #742499 background.


White color preview on #742499 background

This text has white color on #742499 background.