#5E1AEF

Color #5E1AEF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5E1AEF

Tints of Han Purple #5E1AEF

Color information

#5E1AEF (or 0x5E1AEF) is unknown color: approx Han Purple. HEX triplet: 5E, 1A and EF. RGB value is (94,26,239). Sum of RGB (Red+Green+Blue) = 94+26+239=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E1AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E1AEF is #A1E510. Grayscale: #454545. Windows color (decimal): -10609937 or 15669854. OLE color: 15669854.

HSL color Cylindrical-coordinate representation of color #5E1AEF: hue angle of 259.15º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E1AEF is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9426239-
CMYK0.610.8900.06
HSL259.15º86.94%51.96%-
HSV(B)259.15º89.12%93.73%-
XYZ20.579.3582.38-
YUV70.61223.03144.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.18%
GREEN value IS 26 (10.55% from 255) = 7.24%
BLUE value IS 239 (93.75% from 255) = 66.57%
R=26.18%
G=7.24%
B=66.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal94262390.610.8900.06259.1586.9451.96
Hex5E1AEF3D59061035734
Octal13632357751310640312764
Binary10111101101011101111111101101100101101000000111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E1AEF; }

 p { color: rgb(94,26,239); }

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

<style>
 a { background-color: #5E1AEF; }

 a { background-color: rgb(94,26,239); }

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

<style>
 span { border-color: #5E1AEF; }

 span { border-color: rgb(94,26,239); }

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