#7C3DFE

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

Shades of Blue Violet #7C3DFE

Tints of Blue Violet #7C3DFE

Color information

#7C3DFE (or 0x7C3DFE) is unknown color: approx Blue Violet. HEX triplet: 7C, 3D and FE. RGB value is (124,61,254). Sum of RGB (Red+Green+Blue) = 124+61+254=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C3DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C3DFE is #83C201. Grayscale: #656565. Windows color (decimal): -8634882 or 16661884. OLE color: 16661884.

HSL color Cylindrical-coordinate representation of color #7C3DFE: hue angle of 259.59º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C3DFE is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12461254-
CMYK0.510.7600.00
HSL259.59º98.97%61.76%-
HSV(B)259.59º75.98%99.61%-
XYZ27.8714.7895.15-
YUV101.84213.87143.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.25%
GREEN value IS 61 (24.22% from 255) = 13.90%
BLUE value IS 254 (99.61% from 255) = 57.86%
R=28.25%
G=13.90%
B=57.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal124612540.510.7600.00259.5998.9761.76
Hex7C3DFE334C00104633e
Octal17475376631140040414376
Binary1111100111101111111101100111001100001000001001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,61,254); }

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

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

 a { background-color: rgb(124,61,254); }

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

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

 span { border-color: rgb(124,61,254); }

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