COLOR #724ADA

HEX: #724ADA
RGB: (114,74,218)

Color info

#724ADA contains mainly blue color. Web safe color of #724ADA is #6633CC (or #63C).

RGB color model

#724ADA color RGB value is (114,74,218).

  • red value is 114;
  • green value is 74;
  • blue value is 218.
RGB:
(114,74,218)
(45%,29%,85%)

RGB channels and saturation

R 114 of 255 = 45%
G 74 of 255 = 29%
B 218 of 255 = 85%

114
74
218

R + G + B ~ 53%. #724ADA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 74 + 218 = 406 (100%)
R 114 of 406 ~ 28.08%
G 74 of 406 ~ 18.23%
B 218 of 406 ~ 53.69%

%28.08
%18.23
%53.69

CMYK color model

#724ADA color CMYK value is (48,66,0,15).

  • cyan value is 47.71%
  • magenta value is 66.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(48,66,0,15)
C48M66Y0K15 
(48%,66%,0%,15%)
(0.48/0.66/0.00/0.15)	

CMYK percentages

%47.71
%66.06
%0
%14.51

Codes

Color #724ADA in popluar color models

724ADA
RGB11474218
HSL257°66.06%57.25%
HSB/HSV257°66.06%85.49%
CMYK47.71%66.06%0.00%
14.51%

Color #724ADA in popluar number systems.

HEX724ADA
Decimal11474218
Binary1110010100101011011010
Octal162112332

Shades and tints

Shades of #724ADA

#724ADA
(114,74,218)
#6844C7
(104,68,199)
#5E3EB4
(94,62,180)
#5438A1
(84,56,161)
#4A328E
(74,50,142)
#402C7B
(64,44,123)
#362668
(54,38,104)
#2C2055
(44,32,85)
#221A42
(34,26,66)
#18142F
(24,20,47)
#0E0E1C
(14,14,28)
#000000
(0,0,0)

Tints of #724ADA

#724ADA
(114,74,218)
#7E5ADD
(126,90,221)
#8A6AE0
(138,106,224)
#967AE3
(150,122,227)
#A28AE6
(162,138,230)
#AE9AE9
(174,154,233)
#BAAAEC
(186,170,236)
#C6BAEF
(198,186,239)
#D2CAF2
(210,202,242)
#DEDAF5
(222,218,245)
#EAEAF8
(234,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724ADA color. Also use rgb(114,74,218) instead hex code.

Text Font Color

.myTextColor { color: #724ADA; }

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

This text font color is #724ADA.


Background Color

.myBgColor { background-color: #724ADA; }

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

This div background color is #724ADA.


Border color

.myBorderColor { border: 1px solid #724ADA; }

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

This div border color is #724ADA.


Opacity

.myOpacity80 { color: #724ADA; opacity: 0.8; }

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

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

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

This text has shadow with #724ADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724ADA on black background.


Color preview on white background

This text has color #724ADA on white background.



Black color preview on #724ADA background

This text has black color on #724ADA background.


White color preview on #724ADA background

This text has white color on #724ADA background.