#5e1de1

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

Shades of Han Purple #5E1DE1

Tints of Han Purple #5E1DE1

Color information

#5E1DE1 (or 0x5E1DE1) is unknown color: approx Han Purple. HEX triplet: 5E, 1D and E1. RGB value is (94,29,225). Sum of RGB (Red+Green+Blue) = 94+29+225=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 225 (88.28% from 255 or 64.66% from 348); Max value from RGB is 225 - color contains mainly: blue. Hex color #5E1DE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1DE1 is #A1E21E. Grayscale: #464646. Windows color (decimal): -10609183 or 14753118. OLE color: 14753118.

HSL color Cylindrical-coordinate representation of color #5E1DE1: hue angle of 259.9º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E1DE1 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9429225-
CMYK0.580.8700.12
HSL259.9º77.17%49.8%-
HSV(B)259.9º87.11%88.24%-
XYZ18.658.6971.93-
YUV70.78215.03144.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.01%
GREEN value IS 29 (11.72% from 255) = 8.33%
BLUE value IS 225 (88.28% from 255) = 64.66%
R=27.01%
G=8.33%
B=64.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal94292250.580.8700.12259.977.1749.8
Hex5E1DE13A570C1044d32
Octal136353417212701440411562
Binary101111011101111000011110101010111011001000001001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e1de1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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