COLOR #734FC7

HEX: #734FC7 RGB: (115,79,199)

Color info

#734FC7 contains mainly blue color. Web safe color of #734FC7 is #6666CC (or #66C).

RGB color model

#734FC7 color RGB value is (115,79,199).

RGB: (115,79,199) (45%, 31%, 78%)

RGB channels and saturation

R 115 of 255 = 45%
G 79 of 255 = 31%
B 199 of 255 = 78%

115
79
199

R + G + B ~ 51%. #734FC7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 79 + 199 = 393 (100%)
R 115 of 393 ~ 29.26%
G 79 of 393 ~ 20.1%
B 199 of 393 ~ 50.64'%

%29.26
%20.1
%50.64

CMYK color model

#734FC7 color CMYK value is (42,60,0,22).

  • cyan value is 42.21%
  • magenta value is 60.30%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (42,60,0,22)
C42M60Y0K22 (42%, 60%, 0%, 22%)
(0.42 / 0.60 / 0.00 / 0.22)

CMYK percentages

%42.21
%60.3
%0
%21.96

Codes

Color #734FC7 in popluar color models

73 4F C7
RGB 115 79 199
HSL 258° 51.72% 54.51%
HSB/HSV 258° 60.30% 78.04%
CMYK 42.21% 60.30% 0.00%
21.96%

Color #734FC7 in popluar number systems.

HEX 73 4F C7
Decimal 115 79 199
Binary 1110011 1001111 11000111
Octal 163 117 307

Shades and tints

Shades of #734FC7

#734FC7
(115,79,199)
#6948B5
(105,72,181)
#5F41A3
(95,65,163)
#553A91
(85,58,145)
#4B337F
(75,51,127)
#412C6D
(65,44,109)
#37255B
(55,37,91)
#2D1E49
(45,30,73)
#231737
(35,23,55)
#191025
(25,16,37)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #734FC7

#734FC7
(115,79,199)
#7F5FCC
(127,95,204)
#8B6FD1
(139,111,209)
#977FD6
(151,127,214)
#A38FDB
(163,143,219)
#AF9FE0
(175,159,224)
#BBAFE5
(187,175,229)
#C7BFEA
(199,191,234)
#D3CFEF
(211,207,239)
#DFDFF4
(223,223,244)
#EBEFF9
(235,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734FC7 color. Also use rgb(115,79,199) instead hex code.

Text Font Color

.myTextColor { color: #734FC7; }

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

This text font color is #734FC7.

Background Color

.myBgColor { background-color: #734FC7; }

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

This div background color is #734FC7.

Border color

.myBorderColor { border: 1px solid #734FC7; }

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

This div border color is #734FC7.

Opacity

.myOpacity80 { color: #734FC7; opacity: 0.8; }

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

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

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

This text has shadow with #734FC7 color.


.textShadow {text-shadow: 3px 3px 1px #734FC7', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #734FC7; -webkit-box-shadow: 1px 1px 3px 2px #734FC7; box-shadow:1px 1px 3px 2px #734FC7;">
Div content here
</div>

This div box has shadow with color #734FC7.

Preview

Color preview on black background

This text has color #734FC7 on black background.


Color preview on white background

This text has color #734FC7 on white background.


Black color preview on #734FC7 background

This text has black color on #734FC7 background.


White color preview on #734FC7 background

This text has white color on #734FC7 background.


Related colors

Complementary color

Complementary color for #hex is #8CB038.


I love getcolorcode.com

Triadic colors

1 #C7734F and #4FC773 with #734FC7 are triadic colors.

2 #C74F73 and #4F73C7 with #734FC7 are triadic colors.