COLOR #7430AB

HEX: #7430AB
RGB: (116,48,171)

Color info

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

RGB color model

#7430AB color RGB value is (116,48,171).

  • red value is 116;
  • green value is 48;
  • blue value is 171.
RGB: (116,48,171) (45%,19%,67%)

RGB channels and saturation

R 116 of 255 = 45%
G 48 of 255 = 19%
B 171 of 255 = 67%

116
48
171

R + G + B ~ 44%. #7430AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 48 + 171 = 335 (100%)
R 116 of 335 ~ 34.63%
G 48 of 335 ~ 14.33%
B 171 of 335 ~ 51.04%

%34.63
%14.33
%51.04

CMYK color model

#7430AB color CMYK value is (32,72,0,33).

  • cyan value is 32.16%
  • magenta value is 71.93%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (32,72,0,33) C32M72Y0K33 (32%,72%,0%,33%) (0.32/0.72/0.00/0.33)

CMYK percentages

%32.16
%71.93
%0
%32.94

Codes

Color #7430AB in popluar color models

7430AB
RGB11648171
HSL273°56.16%42.94%
HSB/HSV273°71.93%67.06%
CMYK32.16%71.93%0.00%
32.94%

Color #7430AB in popluar number systems.

HEX7430AB
Decimal11648171
Binary111010011000010101011
Octal16460253

Shades and tints

Shades of #7430AB

#7430AB
(116,48,171)
#6A2C9C
(106,44,156)
#60288D
(96,40,141)
#56247E
(86,36,126)
#4C206F
(76,32,111)
#421C60
(66,28,96)
#381851
(56,24,81)
#2E1442
(46,20,66)
#241033
(36,16,51)
#1A0C24
(26,12,36)
#100815
(16,8,21)
#000000
(0,0,0)

Tints of #7430AB

#7430AB
(116,48,171)
#8042B2
(128,66,178)
#8C54B9
(140,84,185)
#9866C0
(152,102,192)
#A478C7
(164,120,199)
#B08ACE
(176,138,206)
#BC9CD5
(188,156,213)
#C8AEDC
(200,174,220)
#D4C0E3
(212,192,227)
#E0D2EA
(224,210,234)
#ECE4F1
(236,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7430AB color. Also use rgb(116,48,171) instead hex code.

Text Font Color

.myTextColor { color: #7430AB; }

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

This text font color is #7430AB.


Background Color

.myBgColor { background-color: #7430AB; }

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

This div background color is #7430AB.


Border color

.myBorderColor { border: 1px solid #7430AB; }

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

This div border color is #7430AB.


Opacity

.myOpacity80 { color: #7430AB; opacity: 0.8; }

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

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

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

This text has shadow with #7430AB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7430AB on black background.


Color preview on white background

This text has color #7430AB on white background.



Black color preview on #7430AB background

This text has black color on #7430AB background.


White color preview on #7430AB background

This text has white color on #7430AB background.