#5E1DE8

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

Shades of Han Purple #5E1DE8

Tints of Han Purple #5E1DE8

Color information

#5E1DE8 (or 0x5E1DE8) is unknown color: approx Han Purple. HEX triplet: 5E, 1D and E8. RGB value is (94,29,232). Sum of RGB (Red+Green+Blue) = 94+29+232=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 232 (91.02% from 255 or 65.35% from 355); Max value from RGB is 232 - color contains mainly: blue. Hex color #5E1DE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E1DE8 is #A1E217. Grayscale: #464646. Windows color (decimal): -10609176 or 15211870. OLE color: 15211870.

HSL color Cylindrical-coordinate representation of color #5E1DE8: hue angle of 259.21º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E1DE8 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9429232-
CMYK0.590.8800.09
HSL259.21º81.53%51.18%-
HSV(B)259.21º87.5%90.98%-
XYZ19.629.0877.06-
YUV71.58218.53143.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.48%
GREEN value IS 29 (11.72% from 255) = 8.17%
BLUE value IS 232 (91.02% from 255) = 65.35%
R=26.48%
G=8.17%
B=65.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal94292320.590.8800.09259.2181.5351.18
Hex5E1DE83B58091035233
Octal136353507313001140312263
Binary101111011101111010001110111011000010011000000111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,29,232); }

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

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

 a { background-color: rgb(94,29,232); }

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

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

 span { border-color: rgb(94,29,232); }

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