#5E14EF

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

Shades of Han Purple #5E14EF

Tints of Han Purple #5E14EF

Color information

#5E14EF (or 0x5E14EF) is unknown color: approx Han Purple. HEX triplet: 5E, 14 and EF. RGB value is (94,20,239). Sum of RGB (Red+Green+Blue) = 94+20+239=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E14EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E14EF is #A1EB10. Grayscale: #424242. Windows color (decimal): -10611473 or 15668318. OLE color: 15668318.

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

Color convert

RGB9420239-
CMYK0.610.9200.06
HSL260.27º87.25%50.78%-
HSV(B)260.27º91.63%93.73%-
XYZ20.459.1182.34-
YUV67.09225.02147.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.63%
GREEN value IS 20 (8.20% from 255) = 5.67%
BLUE value IS 239 (93.75% from 255) = 67.71%
R=26.63%
G=5.67%
B=67.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal94202390.610.9200.06260.2787.2550.78
Hex5E14EF3D5C061045733
Octal13624357751340640412763
Binary10111101010011101111111101101110001101000001001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E14EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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