COLOR #751CA2

HEX: #751CA2
RGB: (117,28,162)

Color info

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

RGB color model

#751CA2 color RGB value is (117,28,162).

  • red value is 117;
  • green value is 28;
  • blue value is 162.
RGB:
(117,28,162)
(46%,11%,64%)

RGB channels and saturation

R 117 of 255 = 46%
G 28 of 255 = 11%
B 162 of 255 = 64%

117
28
162

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

Portions of RGB colors in percentages

R + G + B =
117 + 28 + 162 = 307 (100%)
R 117 of 307 ~ 38.11%
G 28 of 307 ~ 9.12%
B 162 of 307 ~ 52.77%

%38.11
%52.77

CMYK color model

#751CA2 color CMYK value is (28,83,0,36).

  • cyan value is 27.78%
  • magenta value is 82.72%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(28,83,0,36)
C28M83Y0K36 
(28%,83%,0%,36%)
(0.28/0.83/0.00/0.36)	

CMYK percentages

%27.78
%82.72
%0
%36.47

Codes

Color #751CA2 in popluar color models

751CA2
RGB11728162
HSL280°70.53%37.25%
HSB/HSV280°82.72%63.53%
CMYK27.78%82.72%0.00%
36.47%

Color #751CA2 in popluar number systems.

HEX751CA2
Decimal11728162
Binary11101011110010100010
Octal16534242

Shades and tints

Shades of #751CA2

#751CA2
(117,28,162)
#6B1A94
(107,26,148)
#611886
(97,24,134)
#571678
(87,22,120)
#4D146A
(77,20,106)
#43125C
(67,18,92)
#39104E
(57,16,78)
#2F0E40
(47,14,64)
#250C32
(37,12,50)
#1B0A24
(27,10,36)
#110816
(17,8,22)
#000000
(0,0,0)

Tints of #751CA2

#751CA2
(117,28,162)
#8130AA
(129,48,170)
#8D44B2
(141,68,178)
#9958BA
(153,88,186)
#A56CC2
(165,108,194)
#B180CA
(177,128,202)
#BD94D2
(189,148,210)
#C9A8DA
(201,168,218)
#D5BCE2
(213,188,226)
#E1D0EA
(225,208,234)
#EDE4F2
(237,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751CA2 color. Also use rgb(117,28,162) instead hex code.

Text Font Color

.myTextColor { color: #751CA2; }

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

This text font color is #751CA2.


Background Color

.myBgColor { background-color: #751CA2; }

<div style="background-color:#751CA2">Inner text</div>

This div background color is #751CA2.


Border color

.myBorderColor { border: 1px solid #751CA2; }

<div style="border:3px solid #751CA2">Div</div>

This div border color is #751CA2.


Opacity

.myOpacity80 { color: #751CA2; opacity: 0.8; }

<p style="color:#751CA2;opacity:0.8;">80%</p>

Text with #751CA2 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 #751CA2;}

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

This text has shadow with #751CA2 color.

.textShadow {text-shadow: 3px 3px 1px #751CA2, 3px 3px 1px red;}

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

This text has shadow with #751CA2 primary color and red secondary color.


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

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

This text has shadow with #751CA2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751CA2 on black background.


Color preview on white background

This text has color #751CA2 on white background.



Black color preview on #751CA2 background

This text has black color on #751CA2 background.


White color preview on #751CA2 background

This text has white color on #751CA2 background.