#5409E5

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

Shades of Han Purple #5409E5

Tints of Han Purple #5409E5

Color information

#5409E5 (or 0x5409E5) is unknown color: approx Han Purple. HEX triplet: 54, 09 and E5. RGB value is (84,9,229). Sum of RGB (Red+Green+Blue) = 84+9+229=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 229 (89.84% from 255 or 71.12% from 322); Max value from RGB is 229 - color contains mainly: blue. Hex color #5409E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5409E5 is #ABF61A. Grayscale: #373737. Windows color (decimal): -11269659 or 15010132. OLE color: 15010132.

HSL color Cylindrical-coordinate representation of color #5409E5: hue angle of 260.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5409E5 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB849229-
CMYK0.630.9600.10
HSL260.45º92.44%46.67%-
HSV(B)260.45º96.07%89.8%-
XYZ17.97.7474.68-
YUV56.5225.35147.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 229 (89.84% from 255) = 71.12%
R=26.09%
G=2.80%
B=71.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal8492290.630.9600.10260.4592.4446.67
Hex549E53F600A1045c2f
Octal124113457714001240413457
Binary10101001001111001011111111100000010101000001001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5409E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5409E5; }

 p { color: rgb(84,9,229); }

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

<style>
 a { background-color: #5409E5; }

 a { background-color: rgb(84,9,229); }

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

<style>
 span { border-color: #5409E5; }

 span { border-color: rgb(84,9,229); }

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