#7C3BFA

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

Shades of Blue Violet #7C3BFA

Tints of Blue Violet #7C3BFA

Color information

#7C3BFA (or 0x7C3BFA) is unknown color: approx Blue Violet. HEX triplet: 7C, 3B and FA. RGB value is (124,59,250). Sum of RGB (Red+Green+Blue) = 124+59+250=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C3BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C3BFA is #83C405. Grayscale: #636363. Windows color (decimal): -8635398 or 16399228. OLE color: 16399228.

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

Color convert

RGB12459250-
CMYK0.500.7600.02
HSL260.42º95.02%60.59%-
HSV(B)260.42º76.4%98.04%-
XYZ27.1314.3291.78-
YUV100.21212.53144.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.64%
GREEN value IS 59 (23.44% from 255) = 13.63%
BLUE value IS 250 (98.05% from 255) = 57.74%
R=28.64%
G=13.63%
B=57.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal124592500.500.7600.02260.4295.0260.59
Hex7C3BFA324C021045f3d
Octal17473372621140240413775
Binary11111001110111111101011001010011000101000001001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,59,250); }

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

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

 a { background-color: rgb(124,59,250); }

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

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

 span { border-color: rgb(124,59,250); }

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