#5432EC

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

Shades of Han Purple #5432EC

Tints of Han Purple #5432EC

Color information

#5432EC (or 0x5432EC) is unknown color: approx Han Purple. HEX triplet: 54, 32 and EC. RGB value is (84,50,236). Sum of RGB (Red+Green+Blue) = 84+50+236=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #5432EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5432EC is #ABCD13. Grayscale: #505050. Windows color (decimal): -11259156 or 15479380. OLE color: 15479380.

HSL color Cylindrical-coordinate representation of color #5432EC: hue angle of 250.97º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5432EC is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8450236-
CMYK0.640.7900.07
HSL250.97º83.04%56.08%-
HSV(B)250.97º78.81%92.55%-
XYZ19.9410.2280.28-
YUV81.37215.26129.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.70%
GREEN value IS 50 (19.92% from 255) = 13.51%
BLUE value IS 236 (92.58% from 255) = 63.78%
R=22.70%
G=13.51%
B=63.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal84502360.640.7900.07250.9783.0456.08
Hex5432EC404F07fb5338
Octal124623541001170737312370
Binary101010011001011101100100000010011110111111110111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5432EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5432EC; }

 p { color: rgb(84,50,236); }

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

<style>
 a { background-color: #5432EC; }

 a { background-color: rgb(84,50,236); }

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

<style>
 span { border-color: #5432EC; }

 span { border-color: rgb(84,50,236); }

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