#7C3CF5

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

Shades of Blue Violet #7C3CF5

Tints of Blue Violet #7C3CF5

Color information

#7C3CF5 (or 0x7C3CF5) is unknown color: approx Blue Violet. HEX triplet: 7C, 3C and F5. RGB value is (124,60,245). Sum of RGB (Red+Green+Blue) = 124+60+245=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #7C3CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C3CF5 is #83C30A. Grayscale: #636363. Windows color (decimal): -8635147 or 16071804. OLE color: 16071804.

HSL color Cylindrical-coordinate representation of color #7C3CF5: hue angle of 260.76º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C3CF5 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12460245-
CMYK0.490.7600.04
HSL260.76º90.24%59.8%-
HSV(B)260.76º75.51%96.08%-
XYZ26.4114.1187.72-
YUV100.23209.7144.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.90%
GREEN value IS 60 (23.83% from 255) = 13.99%
BLUE value IS 245 (96.09% from 255) = 57.11%
R=28.90%
G=13.99%
B=57.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal124602450.490.7600.04260.7690.2459.8
Hex7C3CF5314C041055a3c
Octal17474365611140440513274
Binary111110011110011110101110001100110001001000001011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,60,245); }

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

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

 a { background-color: rgb(124,60,245); }

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

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

 span { border-color: rgb(124,60,245); }

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