#5E13DE

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

Shades of Han Purple #5E13DE

Tints of Han Purple #5E13DE

Color information

#5E13DE (or 0x5E13DE) is unknown color: approx Han Purple. HEX triplet: 5E, 13 and DE. RGB value is (94,19,222). Sum of RGB (Red+Green+Blue) = 94+19+222=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E13DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E13DE is #A1EC21. Grayscale: #3F3F3F. Windows color (decimal): -10611746 or 14553950. OLE color: 14553950.

HSL color Cylindrical-coordinate representation of color #5E13DE: hue angle of 262.17º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E13DE is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9419222-
CMYK0.580.9100.13
HSL262.17º84.23%47.25%-
HSV(B)262.17º91.44%87.06%-
XYZ18.038.1269.72-
YUV64.57216.85148.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 19 (7.81% from 255) = 5.67%
BLUE value IS 222 (87.11% from 255) = 66.27%
R=28.06%
G=5.67%
B=66.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal94192220.580.9100.13262.1784.2347.25
Hex5E13DE3A5B0D106542f
Octal136233367213301540612457
Binary101111010011110111101110101011011011011000001101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E13DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,19,222); }

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

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

 a { background-color: rgb(94,19,222); }

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

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

 span { border-color: rgb(94,19,222); }

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