#7E3CFE

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

Shades of Blue Violet #7E3CFE

Tints of Blue Violet #7E3CFE

Color information

#7E3CFE (or 0x7E3CFE) is unknown color: approx Blue Violet. HEX triplet: 7E, 3C and FE. RGB value is (126,60,254). Sum of RGB (Red+Green+Blue) = 126+60+254=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E3CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E3CFE is #81C301. Grayscale: #656565. Windows color (decimal): -8504066 or 16661630. OLE color: 16661630.

HSL color Cylindrical-coordinate representation of color #7E3CFE: hue angle of 260.41º 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 #7E3CFE is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12660254-
CMYK0.500.7600.00
HSL260.41º98.98%61.57%-
HSV(B)260.41º76.38%99.61%-
XYZ28.1114.8295.15-
YUV101.85213.87145.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.64%
GREEN value IS 60 (23.83% from 255) = 13.64%
BLUE value IS 254 (99.61% from 255) = 57.73%
R=28.64%
G=13.64%
B=57.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal126602540.500.7600.00260.4198.9861.57
Hex7E3CFE324C00104633e
Octal17674376621140040414376
Binary1111110111100111111101100101001100001000001001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,60,254); }

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

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

 a { background-color: rgb(126,60,254); }

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

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

 span { border-color: rgb(126,60,254); }

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