COLOR #7304BD

HEX: #7304BD
RGB: (115,4,189)

Color info

#7304BD contains mainly blue color. Web safe color of #7304BD is #6600CC (or #60C).

RGB color model

#7304BD color RGB value is (115,4,189).

  • red value is 115;
  • green value is 4;
  • blue value is 189.
RGB:
(115,4,189)
(45%,2%,74%)

RGB channels and saturation

R 115 of 255 = 45%
G 4 of 255 = 2%
B 189 of 255 = 74%

115
4
189

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

Portions of RGB colors in percentages

R + G + B =
115 + 4 + 189 = 308 (100%)
R 115 of 308 ~ 37.34%
G 4 of 308 ~ 1.3%
B 189 of 308 ~ 61.36%

%37.34
%61.36

CMYK color model

#7304BD color CMYK value is (39,98,0,26).

  • cyan value is 39.15%
  • magenta value is 97.88%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(39,98,0,26)
C39M98Y0K26 
(39%,98%,0%,26%)
(0.39/0.98/0.00/0.26)	

CMYK percentages

%39.15
%97.88
%0
%25.88

Codes

Color #7304BD in popluar color models

7304BD
RGB1154189
HSL276°95.85%37.84%
HSB/HSV276°97.88%74.12%
CMYK39.15%97.88%0.00%
25.88%

Color #7304BD in popluar number systems.

HEX7304BD
Decimal1154189
Binary111001110010111101
Octal1634275

Shades and tints

Shades of #7304BD

#7304BD
(115,4,189)
#6904AC
(105,4,172)
#5F049B
(95,4,155)
#55048A
(85,4,138)
#4B0479
(75,4,121)
#410468
(65,4,104)
#370457
(55,4,87)
#2D0446
(45,4,70)
#230435
(35,4,53)
#190424
(25,4,36)
#0F0413
(15,4,19)
#000000
(0,0,0)

Tints of #7304BD

#7304BD
(115,4,189)
#7F1AC3
(127,26,195)
#8B30C9
(139,48,201)
#9746CF
(151,70,207)
#A35CD5
(163,92,213)
#AF72DB
(175,114,219)
#BB88E1
(187,136,225)
#C79EE7
(199,158,231)
#D3B4ED
(211,180,237)
#DFCAF3
(223,202,243)
#EBE0F9
(235,224,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7304BD color. Also use rgb(115,4,189) instead hex code.

Text Font Color

.myTextColor { color: #7304BD; }

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

This text font color is #7304BD.


Background Color

.myBgColor { background-color: #7304BD; }

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

This div background color is #7304BD.


Border color

.myBorderColor { border: 1px solid #7304BD; }

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

This div border color is #7304BD.


Opacity

.myOpacity80 { color: #7304BD; opacity: 0.8; }

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

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

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

This text has shadow with #7304BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7304BD on black background.


Color preview on white background

This text has color #7304BD on white background.



Black color preview on #7304BD background

This text has black color on #7304BD background.


White color preview on #7304BD background

This text has white color on #7304BD background.