#5E11FC

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

Shades of Han Purple #5E11FC

Tints of Han Purple #5E11FC

Color information

#5E11FC (or 0x5E11FC) is unknown color: approx Han Purple. HEX triplet: 5E, 11 and FC. RGB value is (94,17,252). Sum of RGB (Red+Green+Blue) = 94+17+252=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E11FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E11FC is #A1EE03. Grayscale: #414141. Windows color (decimal): -10612228 or 16519518. OLE color: 16519518.

HSL color Cylindrical-coordinate representation of color #5E11FC: hue angle of 259.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E11FC is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9417252-
CMYK0.630.9300.01
HSL259.66º97.51%52.75%-
HSV(B)259.66º93.25%98.82%-
XYZ22.399.8192.81-
YUV66.81232.51147.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.90%
GREEN value IS 17 (7.03% from 255) = 4.68%
BLUE value IS 252 (98.83% from 255) = 69.42%
R=25.90%
G=4.68%
B=69.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal94172520.630.9300.01259.6697.5152.75
Hex5E11FC3F5D011046235
Octal13621374771350140414265
Binary101111010001111111001111111011101011000001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E11FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,17,252); }

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

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

 a { background-color: rgb(94,17,252); }

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

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

 span { border-color: rgb(94,17,252); }

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