#5429DE

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

Shades of Han Purple #5429DE

Tints of Han Purple #5429DE

Color information

#5429DE (or 0x5429DE) is unknown color: approx Han Purple. HEX triplet: 54, 29 and DE. RGB value is (84,41,222). Sum of RGB (Red+Green+Blue) = 84+41+222=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #5429DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5429DE is #ABD621. Grayscale: #494949. Windows color (decimal): -11261474 or 14559572. OLE color: 14559572.

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

Color convert

RGB8441222-
CMYK0.620.8200.13
HSL254.25º73.28%51.57%-
HSV(B)254.25º81.53%87.06%-
XYZ17.638.7469.87-
YUV74.49211.25134.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 222 (87.11% from 255) = 63.98%
R=24.21%
G=11.82%
B=63.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84412220.620.8200.13254.2573.2851.57
Hex5429DE3E520Dfe4934
Octal124513367612201537611164
Binary101010010100111011110111110101001001101111111101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5429DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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