COLOR #73428A

HEX: #73428A
RGB: (115,66,138)

Color info

#73428A contains mainly red and blue colors. Web safe color of #73428A is #663399 (or #639).

RGB color model

#73428A color RGB value is (115,66,138).

  • red value is 115;
  • green value is 66;
  • blue value is 138.
RGB:
(115,66,138)
(45%,26%,54%)

RGB channels and saturation

R 115 of 255 = 45%
G 66 of 255 = 26%
B 138 of 255 = 54%

115
66
138

R + G + B ~ 42%. #73428A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 66 + 138 = 319 (100%)
R 115 of 319 ~ 36.05%
G 66 of 319 ~ 20.69%
B 138 of 319 ~ 43.26%

%36.05
%20.69
%43.26

CMYK color model

#73428A color CMYK value is (17,52,0,46).

  • cyan value is 16.67%
  • magenta value is 52.17%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(17,52,0,46)
C17M52Y0K46 
(17%,52%,0%,46%)
(0.17/0.52/0.00/0.46)	

CMYK percentages

%16.67
%52.17
%0
%45.88

Codes

Color #73428A in popluar color models

73428A
RGB11566138
HSL281°35.29%40.00%
HSB/HSV281°52.17%54.12%
CMYK16.67%52.17%0.00%
45.88%

Color #73428A in popluar number systems.

HEX73428A
Decimal11566138
Binary1110011100001010001010
Octal163102212

Shades and tints

Shades of #73428A

#73428A
(115,66,138)
#693C7E
(105,60,126)
#5F3672
(95,54,114)
#553066
(85,48,102)
#4B2A5A
(75,42,90)
#41244E
(65,36,78)
#371E42
(55,30,66)
#2D1836
(45,24,54)
#23122A
(35,18,42)
#190C1E
(25,12,30)
#0F0612
(15,6,18)
#000000
(0,0,0)

Tints of #73428A

#73428A
(115,66,138)
#7F5394
(127,83,148)
#8B649E
(139,100,158)
#9775A8
(151,117,168)
#A386B2
(163,134,178)
#AF97BC
(175,151,188)
#BBA8C6
(187,168,198)
#C7B9D0
(199,185,208)
#D3CADA
(211,202,218)
#DFDBE4
(223,219,228)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73428A color. Also use rgb(115,66,138) instead hex code.

Text Font Color

.myTextColor { color: #73428A; }

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

This text font color is #73428A.


Background Color

.myBgColor { background-color: #73428A; }

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

This div background color is #73428A.


Border color

.myBorderColor { border: 1px solid #73428A; }

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

This div border color is #73428A.


Opacity

.myOpacity80 { color: #73428A; opacity: 0.8; }

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

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

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

This text has shadow with #73428A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73428A on black background.


Color preview on white background

This text has color #73428A on white background.



Black color preview on #73428A background

This text has black color on #73428A background.


White color preview on #73428A background

This text has white color on #73428A background.