#5426DE

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

Shades of Han Purple #5426DE

Tints of Han Purple #5426DE

Color information

#5426DE (or 0x5426DE) is unknown color: approx Han Purple. HEX triplet: 54, 26 and DE. RGB value is (84,38,222). Sum of RGB (Red+Green+Blue) = 84+38+222=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #5426DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5426DE is #ABD921. Grayscale: #484848. Windows color (decimal): -11262242 or 14558804. OLE color: 14558804.

HSL color Cylindrical-coordinate representation of color #5426DE: hue angle of 255º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5426DE is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8438222-
CMYK0.620.8300.13
HSL255º73.6%50.98%-
HSV(B)255º82.88%87.06%-
XYZ17.538.5469.83-
YUV72.73212.24136.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 38 (15.23% from 255) = 11.05%
BLUE value IS 222 (87.11% from 255) = 64.53%
R=24.42%
G=11.05%
B=64.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84382220.620.8300.1325573.650.98
Hex5426DE3E530Dff4a33
Octal124463367612301537711263
Binary101010010011011011110111110101001101101111111111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5426DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5426DE; }

 p { color: rgb(84,38,222); }

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

<style>
 a { background-color: #5426DE; }

 a { background-color: rgb(84,38,222); }

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

<style>
 span { border-color: #5426DE; }

 span { border-color: rgb(84,38,222); }

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