COLOR #7B34F4

HEX: #7B34F4 RGB: (123,52,244)

Color info

#7B34F4 contains mainly blue color. Web safe color of #7B34F4 is #6633FF (or #63F).

RGB color model

#7B34F4 color RGB value is (123,52,244).

RGB: (123,52,244) (48%, 20%, 96%)

RGB channels and saturation

R 123 of 255 = 48%
G 52 of 255 = 20%
B 244 of 255 = 96%

123
52
244

R + G + B ~ 55%. #7B34F4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 123 + 52 + 244 = 419 (100%)
R 123 of 419 ~ 29.36%
G 52 of 419 ~ 12.41%
B 244 of 419 ~ 58.23'%

%29.36
%12.41
%58.23

CMYK color model

#7B34F4 color CMYK value is (50,79,0,4).

  • cyan value is 49.59%
  • magenta value is 78.69%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (50,79,0,4)
C50M79Y0K4 (50%, 79%, 0%, 4%)
(0.50 / 0.79 / 0.00 / 0.04)

CMYK percentages

%49.59
%78.69
%0
%4.31

Codes

Color #7B34F4 in popluar color models

7B 34 F4
RGB 123 52 244
HSL 262° 89.72% 58.04%
HSB/HSV 262° 78.69% 95.69%
CMYK 49.59% 78.69% 0.00%
4.31%

Color #7B34F4 in popluar number systems.

HEX 7B 34 F4
Decimal 123 52 244
Binary 1111011 110100 11110100
Octal 173 64 364

Shades and tints

Shades of #7B34F4

#7B34F4
(123,52,244)
#7030DE
(112,48,222)
#652CC8
(101,44,200)
#5A28B2
(90,40,178)
#4F249C
(79,36,156)
#442086
(68,32,134)
#391C70
(57,28,112)
#2E185A
(46,24,90)
#231444
(35,20,68)
#18102E
(24,16,46)
#0D0C18
(13,12,24)
#000000
(0,0,0)

Tints of #7B34F4

#7B34F4
(123,52,244)
#8746F5
(135,70,245)
#9358F6
(147,88,246)
#9F6AF7
(159,106,247)
#AB7CF8
(171,124,248)
#B78EF9
(183,142,249)
#C3A0FA
(195,160,250)
#CFB2FB
(207,178,251)
#DBC4FC
(219,196,252)
#E7D6FD
(231,214,253)
#F3E8FE
(243,232,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B34F4 color. Also use rgb(123,52,244) instead hex code.

Text Font Color

.myTextColor { color: #7B34F4; }

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

This text font color is #7B34F4.

Background Color

.myBgColor { background-color: #7B34F4; }

<div style="background-color:#7B34F4">Inner text</div>

This div background color is #7B34F4.

Border color

.myBorderColor { border: 1px solid #7B34F4; }

<div style="border:3px solid #7B34F4">Div</div>

This div border color is #7B34F4.

Opacity

.myOpacity80 { color: #7B34F4; opacity: 0.8; }

<p style="color:#7B34F4;opacity:0.8;">80%</p>

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

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

This text has shadow with #7B34F4 color.


.textShadow {text-shadow: 3px 3px 1px #7B34F4', 3px 3px 1px red;}

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

This text has shadow with #7B34F4 primary color and red secondary color.


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

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

This text has shadow with #7B34F4 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7B34F4; -webkit-box-shadow: 1px 1px 3px 2px #7B34F4; box-shadow:1px 1px 3px 2px #7B34F4;">
Div content here
</div>

This div box has shadow with color #7B34F4.

Preview

Color preview on black background

This text has color #7B34F4 on black background.


Color preview on white background

This text has color #7B34F4 on white background.


Black color preview on #7B34F4 background

This text has black color on #7B34F4 background.


White color preview on #7B34F4 background

This text has white color on #7B34F4 background.


Related colors

Complementary color

Complementary color for #hex is #84CB0B.


I love getcolorcode.com

Triadic colors

1 #F47B34 and #34F47B with #7B34F4 are triadic colors.

2 #F4347B and #347BF4 with #7B34F4 are triadic colors.