#5404E6

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

Shades of Han Purple #5404E6

Tints of Han Purple #5404E6

Color information

#5404E6 (or 0x5404E6) is unknown color: approx Han Purple. HEX triplet: 54, 04 and E6. RGB value is (84,4,230). Sum of RGB (Red+Green+Blue) = 84+4+230=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 230 (90.23% from 255 or 72.33% from 318); Max value from RGB is 230 - color contains mainly: blue. Hex color #5404E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5404E6 is #ABFB19. Grayscale: #343434. Windows color (decimal): -11270938 or 15074388. OLE color: 15074388.

HSL color Cylindrical-coordinate representation of color #5404E6: hue angle of 261.24º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404E6 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB844230-
CMYK0.630.9800.10
HSL261.24º96.58%45.88%-
HSV(B)261.24º98.26%90.2%-
XYZ17.987.6875.4-
YUV53.68227.5149.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 4 (1.95% from 255) = 1.26%
BLUE value IS 230 (90.23% from 255) = 72.33%
R=26.42%
G=1.26%
B=72.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal8442300.630.9800.10261.2496.5845.88
Hex544E63F620A105612e
Octal12443467714201240514156
Binary1010100100111001101111111100010010101000001011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5404E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5404E6; }

 p { color: rgb(84,4,230); }

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

<style>
 a { background-color: #5404E6; }

 a { background-color: rgb(84,4,230); }

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

<style>
 span { border-color: #5404E6; }

 span { border-color: rgb(84,4,230); }

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