#7C41F6

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

Shades of Blue Violet #7C41F6

Tints of Blue Violet #7C41F6

Color information

#7C41F6 (or 0x7C41F6) is unknown color: approx Blue Violet. HEX triplet: 7C, 41 and F6. RGB value is (124,65,246). Sum of RGB (Red+Green+Blue) = 124+65+246=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 246 (96.48% from 255 or 56.55% from 435); Max value from RGB is 246 - color contains mainly: blue. Hex color #7C41F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C41F6 is #83BE09. Grayscale: #666666. Windows color (decimal): -8633866 or 16138620. OLE color: 16138620.

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

Color convert

RGB12465246-
CMYK0.500.7400.04
HSL259.56º90.95%60.98%-
HSV(B)259.56º73.58%96.47%-
XYZ26.8414.7288.62-
YUV103.28208.55142.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.51%
GREEN value IS 65 (25.78% from 255) = 14.94%
BLUE value IS 246 (96.48% from 255) = 56.55%
R=28.51%
G=14.94%
B=56.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal124652460.500.7400.04259.5690.9560.98
Hex7C41F6324A041045b3d
Octal174101366621120440413375
Binary1111100100000111110110110010100101001001000001001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C41F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,65,246); }

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

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

 a { background-color: rgb(124,65,246); }

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

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

 span { border-color: rgb(124,65,246); }

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