#7C40F9

Color #7C40F9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7C40F9

Tints of Blue Violet #7C40F9

Color information

#7C40F9 (or 0x7C40F9) is unknown color: approx Blue Violet. HEX triplet: 7C, 40 and F9. RGB value is (124,64,249). Sum of RGB (Red+Green+Blue) = 124+64+249=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #7C40F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C40F9 is #83BF06. Grayscale: #666666. Windows color (decimal): -8634119 or 16334972. OLE color: 16334972.

HSL color Cylindrical-coordinate representation of color #7C40F9: hue angle of 259.46º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C40F9 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12464249-
CMYK0.500.7400.02
HSL259.46º93.91%61.37%-
HSV(B)259.46º74.3%97.65%-
XYZ27.2414.7991.04-
YUV103.03210.38142.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 28.38%
GREEN value IS 64 (25.39% from 255) = 14.65%
BLUE value IS 249 (97.66% from 255) = 56.98%
R=28.38%
G=14.65%
B=56.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal124642490.500.7400.02259.4693.9161.37
Hex7C40F9324A021035e3d
Octal174100371621120240313675
Binary111110010000001111100111001010010100101000000111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C40F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C40F9; }

 p { color: rgb(124,64,249); }

 H1.HeaderClassName
 {
   color: #7C40F9;
 }
 .AnyTagClassName
 {
   color: #7C40F9;
 }
</style>
background-color css

<style>
 a { background-color: #7C40F9; }

 a { background-color: rgb(124,64,249); }

 div.DivClassName
 {
   background-color: #7C40F9;
 }
 .BgClassName
 {
   background-color: #7C40F9;
 }
</style>
border-color css

<style>
 span { border-color: #7C40F9; }

 span { border-color: rgb(124,64,249); }

 td.TdClassName
 {
   border-color: #7C40F9;
 }
 .TagClassName
 {
   border-color: #7C40F9;
 }
</style>