COLOR #7648FD

HEX: #7648FD RGB: (118,72,253)

Color info

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

RGB color model

#7648FD color RGB value is (118,72,253).

RGB: (118,72,253) (46%, 28%, 99%)

RGB channels and saturation

R 118 of 255 = 46%
G 72 of 255 = 28%
B 253 of 255 = 99%

118
72
253

R + G + B ~ 58%. #7648FD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 72 + 253 = 443 (100%)
R 118 of 443 ~ 26.64%
G 72 of 443 ~ 16.25%
B 253 of 443 ~ 57.11'%

%26.64
%16.25
%57.11

CMYK color model

#7648FD color CMYK value is (53,72,0,1).

  • cyan value is 53.36%
  • magenta value is 71.54%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (53,72,0,1) C53M72Y0K1 (53%,72%,0%,1%) (0.53/0.72/0.00/0.01) 

CMYK percentages

%53.36
%71.54
%0
%0.78

Codes

Color #7648FD in popluar color models

76 48 FD
RGB 118 72 253
HSL 255° 97.84% 63.73%
HSB/HSV 255° 71.54% 99.22%
CMYK 53.36% 71.54% 0.00%
0.78%

Color #7648FD in popluar number systems.

HEX 76 48 FD
Decimal 118 72 253
Binary 1110110 1001000 11111101
Octal 166 110 375

Shades and tints

Shades of #7648FD

#7648FD
(118,72,253)
#6C42E6
(108,66,230)
#623CCF
(98,60,207)
#5836B8
(88,54,184)
#4E30A1
(78,48,161)
#442A8A
(68,42,138)
#3A2473
(58,36,115)
#301E5C
(48,30,92)
#261845
(38,24,69)
#1C122E
(28,18,46)
#120C17
(18,12,23)
#000000
(0,0,0)

Tints of #7648FD

#7648FD
(118,72,253)
#8258FD
(130,88,253)
#8E68FD
(142,104,253)
#9A78FD
(154,120,253)
#A688FD
(166,136,253)
#B298FD
(178,152,253)
#BEA8FD
(190,168,253)
#CAB8FD
(202,184,253)
#D6C8FD
(214,200,253)
#E2D8FD
(226,216,253)
#EEE8FD
(238,232,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7648FD color. Also use rgb(118,72,253) instead hex code.

Text Font Color

.myTextColor { color: #7648FD; }

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

This text font color is #7648FD.

Background Color

.myBgColor { background-color: #7648FD; }

<div style="background-color:#7648FD">Inner text</div>

This div background color is #7648FD.

Border color

.myBorderColor { border: 1px solid #7648FD; }

<div style="border:3px solid #7648FD">Div</div>

This div border color is #7648FD.

Opacity

.myOpacity80 { color: #7648FD; opacity: 0.8; }

<p style="color:#7648FD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7648FD color.


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

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

This text has shadow with #7648FD primary color and red secondary color.


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

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

This text has shadow with #7648FD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7648FD.

Preview

Color preview on black background

This text has color #7648FD on black background.


Color preview on white background

This text has color #7648FD on white background.


Black color preview on #7648FD background

This text has black color on #7648FD background.


White color preview on #7648FD background

This text has white color on #7648FD background.


Related colors

Complementary color

Complementary color for #hex is #89B702.


I love getcolorcode.com

Triadic colors

1 #FD7648 and #48FD76 with #7648FD are triadic colors.

2 #FD4876 and #4876FD with #7648FD are triadic colors.