COLOR #7130DD

HEX: #7130DD
RGB: (113,48,221)

Color info

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

RGB color model

#7130DD color RGB value is (113,48,221).

  • red value is 113;
  • green value is 48;
  • blue value is 221.
RGB:
(113,48,221)
(44%,19%,87%)

RGB channels and saturation

R 113 of 255 = 44%
G 48 of 255 = 19%
B 221 of 255 = 87%

113
48
221

R + G + B ~ 50%. #7130DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 48 + 221 = 382 (100%)
R 113 of 382 ~ 29.58%
G 48 of 382 ~ 12.57%
B 221 of 382 ~ 57.85%

%29.58
%12.57
%57.85

CMYK color model

#7130DD color CMYK value is (49,78,0,13).

  • cyan value is 48.87%
  • magenta value is 78.28%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(49,78,0,13)
C49M78Y0K13 
(49%,78%,0%,13%)
(0.49/0.78/0.00/0.13)	

CMYK percentages

%48.87
%78.28
%0
%13.33

Codes

Color #7130DD in popluar color models

7130DD
RGB11348221
HSL263°71.78%52.75%
HSB/HSV263°78.28%86.67%
CMYK48.87%78.28%0.00%
13.33%

Color #7130DD in popluar number systems.

HEX7130DD
Decimal11348221
Binary111000111000011011101
Octal16160335

Shades and tints

Shades of #7130DD

#7130DD
(113,48,221)
#672CC9
(103,44,201)
#5D28B5
(93,40,181)
#5324A1
(83,36,161)
#49208D
(73,32,141)
#3F1C79
(63,28,121)
#351865
(53,24,101)
#2B1451
(43,20,81)
#21103D
(33,16,61)
#170C29
(23,12,41)
#0D0815
(13,8,21)
#000000
(0,0,0)

Tints of #7130DD

#7130DD
(113,48,221)
#7D42E0
(125,66,224)
#8954E3
(137,84,227)
#9566E6
(149,102,230)
#A178E9
(161,120,233)
#AD8AEC
(173,138,236)
#B99CEF
(185,156,239)
#C5AEF2
(197,174,242)
#D1C0F5
(209,192,245)
#DDD2F8
(221,210,248)
#E9E4FB
(233,228,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7130DD color. Also use rgb(113,48,221) instead hex code.

Text Font Color

.myTextColor { color: #7130DD; }

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

This text font color is #7130DD.


Background Color

.myBgColor { background-color: #7130DD; }

<div style="background-color:#7130DD">Inner text</div>

This div background color is #7130DD.


Border color

.myBorderColor { border: 1px solid #7130DD; }

<div style="border:3px solid #7130DD">Div</div>

This div border color is #7130DD.


Opacity

.myOpacity80 { color: #7130DD; opacity: 0.8; }

<p style="color:#7130DD;opacity:0.8;">80%</p>

Text with #7130DD 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 #7130DD;}

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

This text has shadow with #7130DD color.

.textShadow {text-shadow: 3px 3px 1px #7130DD, 3px 3px 1px red;}

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

This text has shadow with #7130DD primary color and red secondary color.


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

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

This text has shadow with #7130DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7130DD on black background.


Color preview on white background

This text has color #7130DD on white background.



Black color preview on #7130DD background

This text has black color on #7130DD background.


White color preview on #7130DD background

This text has white color on #7130DD background.