#5E0FEF

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

Shades of Han Purple #5E0FEF

Tints of Han Purple #5E0FEF

Color information

#5E0FEF (or 0x5E0FEF) is unknown color: approx Han Purple. HEX triplet: 5E, 0F and EF. RGB value is (94,15,239). Sum of RGB (Red+Green+Blue) = 94+15+239=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E0FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0FEF is #A1F010. Grayscale: #3F3F3F. Windows color (decimal): -10612753 or 15667038. OLE color: 15667038.

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

Color convert

RGB9415239-
CMYK0.610.9400.06
HSL261.16º88.19%49.8%-
HSV(B)261.16º93.72%93.73%-
XYZ20.378.9582.32-
YUV64.16226.67149.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.01%
GREEN value IS 15 (6.25% from 255) = 4.31%
BLUE value IS 239 (93.75% from 255) = 68.68%
R=27.01%
G=4.31%
B=68.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal94152390.610.9400.06261.1688.1949.8
Hex5EFEF3D5E061055832
Octal13617357751360640513062
Binary1011110111111101111111101101111001101000001011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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