#5d0ef1

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

Shades of Han Purple #5D0EF1

Tints of Han Purple #5D0EF1

Color information

#5D0EF1 (or 0x5D0EF1) is unknown color: approx Han Purple. HEX triplet: 5D, 0E and F1. RGB value is (93,14,241). Sum of RGB (Red+Green+Blue) = 93+14+241=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 241 (94.53% from 255 or 69.25% from 348); Max value from RGB is 241 - color contains mainly: blue. Hex color #5D0EF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D0EF1 is #A2F10E. Grayscale: #3E3E3E. Windows color (decimal): -10678543 or 15797853. OLE color: 15797853.

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

Color convert

RGB9314241-
CMYK0.610.9400.05
HSL260.88º89.02%50%-
HSV(B)260.88º94.19%94.51%-
XYZ20.558.9983.87-
YUV63.5228.17149.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.72%
GREEN value IS 14 (5.86% from 255) = 4.02%
BLUE value IS 241 (94.53% from 255) = 69.25%
R=26.72%
G=4.02%
B=69.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal93142410.610.9400.05260.8889.0250
Hex5DEF13D5E051055932
Octal13516361751360540513162
Binary1011101111011110001111101101111001011000001011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d0ef1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,14,241); }

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

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

 a { background-color: rgb(93,14,241); }

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

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

 span { border-color: rgb(93,14,241); }

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