#5E1AF9

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

Shades of Han Purple #5E1AF9

Tints of Han Purple #5E1AF9

Color information

#5E1AF9 (or 0x5E1AF9) is unknown color: approx Han Purple. HEX triplet: 5E, 1A and F9. RGB value is (94,26,249). Sum of RGB (Red+Green+Blue) = 94+26+249=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 249 (97.66% from 255 or 67.48% from 369); Max value from RGB is 249 - color contains mainly: blue. Hex color #5E1AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E1AF9 is #A1E506. Grayscale: #464646. Windows color (decimal): -10609927 or 16325214. OLE color: 16325214.

HSL color Cylindrical-coordinate representation of color #5E1AF9: hue angle of 258.3º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E1AF9 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9426249-
CMYK0.620.9000.02
HSL258.3º94.89%53.92%-
HSV(B)258.3º89.56%97.65%-
XYZ22.089.9690.38-
YUV71.75228.03143.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.47%
GREEN value IS 26 (10.55% from 255) = 7.05%
BLUE value IS 249 (97.66% from 255) = 67.48%
R=25.47%
G=7.05%
B=67.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal94262490.620.9000.02258.394.8953.92
Hex5E1AF93E5A021025f36
Octal13632371761320240213766
Binary1011110110101111100111111010110100101000000101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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