#5413D8

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

Shades of Han Purple #5413D8

Tints of Han Purple #5413D8

Color information

#5413D8 (or 0x5413D8) is unknown color: approx Han Purple. HEX triplet: 54, 13 and D8. RGB value is (84,19,216). Sum of RGB (Red+Green+Blue) = 84+19+216=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 216 (84.77% from 255 or 67.71% from 319); Max value from RGB is 216 - color contains mainly: blue. Hex color #5413D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5413D8 is #ABEC27. Grayscale: #3C3C3C. Windows color (decimal): -11267112 or 14160724. OLE color: 14160724.

HSL color Cylindrical-coordinate representation of color #5413D8: hue angle of 259.8º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5413D8 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8419216-
CMYK0.610.9100.15
HSL259.8º83.83%46.08%-
HSV(B)259.8º91.2%84.71%-
XYZ16.287.3165.52-
YUV60.89215.53144.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.33%
GREEN value IS 19 (7.81% from 255) = 5.96%
BLUE value IS 216 (84.77% from 255) = 67.71%
R=26.33%
G=5.96%
B=67.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal84192160.610.9100.15259.883.8346.08
Hex5413D83D5B0F104542e
Octal124233307513301740412456
Binary101010010011110110001111011011011011111000001001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5413D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5413D8; }

 p { color: rgb(84,19,216); }

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

<style>
 a { background-color: #5413D8; }

 a { background-color: rgb(84,19,216); }

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

<style>
 span { border-color: #5413D8; }

 span { border-color: rgb(84,19,216); }

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