#5E33F5

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

Shades of Han Purple #5E33F5

Tints of Han Purple #5E33F5

Color information

#5E33F5 (or 0x5E33F5) is unknown color: approx Han Purple. HEX triplet: 5E, 33 and F5. RGB value is (94,51,245). Sum of RGB (Red+Green+Blue) = 94+51+245=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 245 (96.09% from 255 or 62.82% from 390); Max value from RGB is 245 - color contains mainly: blue. Hex color #5E33F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E33F5 is #A1CC0A. Grayscale: #555555. Windows color (decimal): -10603531 or 16069470. OLE color: 16069470.

HSL color Cylindrical-coordinate representation of color #5E33F5: hue angle of 253.3º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E33F5 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9451245-
CMYK0.620.7900.04
HSL253.3º90.65%58.04%-
HSV(B)253.3º79.18%96.08%-
XYZ22.2811.3487.4-
YUV85.97217.75133.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.10%
GREEN value IS 51 (20.31% from 255) = 13.08%
BLUE value IS 245 (96.09% from 255) = 62.82%
R=24.10%
G=13.08%
B=62.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal94512450.620.7900.04253.390.6558.04
Hex5E33F53E4F04fd5b3a
Octal13663365761170437513372
Binary10111101100111111010111111010011110100111111011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E33F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,51,245); }

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

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

 a { background-color: rgb(94,51,245); }

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

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

 span { border-color: rgb(94,51,245); }

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