#5E37F1

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

Shades of Han Purple #5E37F1

Tints of Han Purple #5E37F1

Color information

#5E37F1 (or 0x5E37F1) is unknown color: approx Han Purple. HEX triplet: 5E, 37 and F1. RGB value is (94,55,241). Sum of RGB (Red+Green+Blue) = 94+55+241=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E37F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E37F1 is #A1C80E. Grayscale: #575757. Windows color (decimal): -10602511 or 15808350. OLE color: 15808350.

HSL color Cylindrical-coordinate representation of color #5E37F1: hue angle of 252.58º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E37F1 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9455241-
CMYK0.610.7700.05
HSL252.58º86.92%58.04%-
HSV(B)252.58º77.18%94.51%-
XYZ21.8611.4684.28-
YUV87.86214.42132.38-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.10%
GREEN value IS 55 (21.88% from 255) = 14.10%
BLUE value IS 241 (94.53% from 255) = 61.79%
R=24.10%
G=14.10%
B=61.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal94552410.610.7700.05252.5886.9258.04
Hex5E37F13D4D05fd573a
Octal13667361751150537512772
Binary10111101101111111000111110110011010101111111011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E37F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,55,241); }

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

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

 a { background-color: rgb(94,55,241); }

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

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

 span { border-color: rgb(94,55,241); }

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