#5E36FD

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

Shades of Han Purple #5E36FD

Tints of Han Purple #5E36FD

Color information

#5E36FD (or 0x5E36FD) is unknown color: approx Han Purple. HEX triplet: 5E, 36 and FD. RGB value is (94,54,253). Sum of RGB (Red+Green+Blue) = 94+54+253=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E36FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E36FD is #A1C902. Grayscale: #575757. Windows color (decimal): -10602755 or 16594526. OLE color: 16594526.

HSL color Cylindrical-coordinate representation of color #5E36FD: hue angle of 252.06º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E36FD is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9454253-
CMYK0.630.7900.01
HSL252.06º98.03%60.2%-
HSV(B)252.06º78.66%99.22%-
XYZ23.6612.1194.02-
YUV88.65220.75131.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.44%
GREEN value IS 54 (21.48% from 255) = 13.47%
BLUE value IS 253 (99.22% from 255) = 63.09%
R=23.44%
G=13.47%
B=63.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal94542530.630.7900.01252.0698.0360.2
Hex5E36FD3F4F01fc623c
Octal13666375771170137414274
Binary101111011011011111101111111100111101111111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E36FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,54,253); }

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

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

 a { background-color: rgb(94,54,253); }

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

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

 span { border-color: rgb(94,54,253); }

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