COLOR #740F8B

HEX: #740F8B
RGB: (116,15,139)

Renk bilgisi

#740F8B contains mainly red and blue colors. #740F8B ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#740F8B color RGB value is (116,15,139).

  • kırmız ton 116;
  • yeşil ton 15;
  • mavi ton 139.
RGB:
(116,15,139)
(45%,6%,55%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 15 of 255 = 6%
B 139 of 255 = 55%

116
15
139

R + G + B ~ 35%. #740F8B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 15 + 139 = 270 (100%)
R 116 of 270 ~ 42.96%
G 15 of 270 ~ 5.56%
B 139 of 270 ~ 51.48%

%42.96
%51.48

CMYK RENK MODELİ

#740F8B rengi CMYK tonu (17,89,0,45).

  • camgöbeği tonu 16.55%
  • eflatun tonu 89.21%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(17,89,0,45)
C17M89Y0K45 
(17%,89%,0%,45%)
(0.17/0.89/0.00/0.45)	

CMYK yüzdeleri

%16.55
%89.21
%0
%45.49

Codes

Color #740F8B in popluar color models

740F8B
RGB11615139
HSL289°80.52%30.20%
HSB/HSV289°89.21%54.51%
CMYK16.55%89.21%0.00%
45.49%

Color #740F8B in popluar number systems.

HEX740F8B
Decimal11615139
Binary1110100111110001011
Octal16417213

Shades and tints

Shades of #740F8B

#740F8B
(116,15,139)
#6A0E7F
(106,14,127)
#600D73
(96,13,115)
#560C67
(86,12,103)
#4C0B5B
(76,11,91)
#420A4F
(66,10,79)
#380943
(56,9,67)
#2E0837
(46,8,55)
#24072B
(36,7,43)
#1A061F
(26,6,31)
#100513
(16,5,19)
#000000
(0,0,0)

Tints of #740F8B

#740F8B
(116,15,139)
#802495
(128,36,149)
#8C399F
(140,57,159)
#984EA9
(152,78,169)
#A463B3
(164,99,179)
#B078BD
(176,120,189)
#BC8DC7
(188,141,199)
#C8A2D1
(200,162,209)
#D4B7DB
(212,183,219)
#E0CCE5
(224,204,229)
#ECE1EF
(236,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740F8B color. Also use rgb(116,15,139) instead hex code.

Text Font Color

.myTextColor { color: #740F8B; }

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

This text font color is #740F8B.


Background Color

.myBgColor { background-color: #740F8B; }

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

This div background color is #740F8B.


Border color

.myBorderColor { border: 1px solid #740F8B; }

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

This div border color is #740F8B.


Opacity

.myOpacity80 { color: #740F8B; opacity: 0.8; }

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

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

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

This text has shadow with #740F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740F8B on black background.


Color preview on white background

This text has color #740F8B on white background.



Black color preview on #740F8B background

This text has black color on #740F8B background.


White color preview on #740F8B background

This text has white color on #740F8B background.