#7E36FE

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

Shades of Blue Violet #7E36FE

Tints of Blue Violet #7E36FE

Color information

#7E36FE (or 0x7E36FE) is unknown color: approx Blue Violet. HEX triplet: 7E, 36 and FE. RGB value is (126,54,254). Sum of RGB (Red+Green+Blue) = 126+54+254=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E36FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E36FE is #81C901. Grayscale: #616161. Windows color (decimal): -8505602 or 16660094. OLE color: 16660094.

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

Color convert

RGB12654254-
CMYK0.500.7900.00
HSL261.6º99.01%60.39%-
HSV(B)261.6º78.74%99.61%-
XYZ27.8114.2395.05-
YUV98.33215.85147.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.03%
GREEN value IS 54 (21.48% from 255) = 12.44%
BLUE value IS 254 (99.61% from 255) = 58.53%
R=29.03%
G=12.44%
B=58.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal126542540.500.7900.00261.699.0160.39
Hex7E36FE324F00106633c
Octal17666376621170040614374
Binary1111110110110111111101100101001111001000001101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E36FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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