COLOR #740074

HEX: #740074
RGB: (116,0,116)

Renk bilgisi

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

RGB renk modeli

#740074 color RGB value is (116,0,116).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 0 of 255 = 0%
B 116 of 255 = 45%

116
0
116

R + G + B ~ 30%. #740074 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 0 + 116 = 232 (100%)
R 116 of 232 ~ 50%
G 0 of 232 ~ 0%
B 116 of 232 ~ 50%

%50
%50

CMYK RENK MODELİ

#740074 rengi CMYK tonu (0,100,0,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(0,100,0,55)
C0M100Y0K55 
(0%,100%,0%,55%)
(0.00/1.00/0.00/0.55)	

CMYK yüzdeleri

%0
%100
%0
%54.51

Codes

Color #740074 in popluar color models

740074
RGB1160116
HSL300°100.00%22.75%
HSB/HSV300°100.00%45.49%
CMYK0.00%100.00%0.00%
54.51%

Color #740074 in popluar number systems.

HEX740074
Decimal1160116
Binary111010001110100
Octal1640164

Shades and tints

Shades of #740074

#740074
(116,0,116)
#6A006A
(106,0,106)
#600060
(96,0,96)
#560056
(86,0,86)
#4C004C
(76,0,76)
#420042
(66,0,66)
#380038
(56,0,56)
#2E002E
(46,0,46)
#240024
(36,0,36)
#1A001A
(26,0,26)
#100010
(16,0,16)
#000000
(0,0,0)

Tints of #740074

#740074
(116,0,116)
#801780
(128,23,128)
#8C2E8C
(140,46,140)
#984598
(152,69,152)
#A45CA4
(164,92,164)
#B073B0
(176,115,176)
#BC8ABC
(188,138,188)
#C8A1C8
(200,161,200)
#D4B8D4
(212,184,212)
#E0CFE0
(224,207,224)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #740074; }

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

This text font color is #740074.


Background Color

.myBgColor { background-color: #740074; }

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

This div background color is #740074.


Border color

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

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

This div border color is #740074.


Opacity

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

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

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

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

This text has shadow with #740074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #740074 on black background.


Color preview on white background

This text has color #740074 on white background.



Black color preview on #740074 background

This text has black color on #740074 background.


White color preview on #740074 background

This text has white color on #740074 background.