#5E36EF

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

Shades of Han Purple #5E36EF

Tints of Han Purple #5E36EF

Color information

#5E36EF (or 0x5E36EF) is unknown color: approx Han Purple. HEX triplet: 5E, 36 and EF. RGB value is (94,54,239). Sum of RGB (Red+Green+Blue) = 94+54+239=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E36EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E36EF is #A1C910. Grayscale: #565656. Windows color (decimal): -10602769 or 15677022. OLE color: 15677022.

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

Color convert

RGB9454239-
CMYK0.610.7700.06
HSL252.97º85.25%57.45%-
HSV(B)252.97º77.41%93.73%-
XYZ21.5211.2582.7-
YUV87.05213.75132.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.29%
GREEN value IS 54 (21.48% from 255) = 13.95%
BLUE value IS 239 (93.75% from 255) = 61.76%
R=24.29%
G=13.95%
B=61.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal94542390.610.7700.06252.9785.2557.45
Hex5E36EF3D4D06fd5539
Octal13666357751150637512571
Binary10111101101101110111111110110011010110111111011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E36EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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