#5401D8

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

Shades of Han Purple #5401D8

Tints of Han Purple #5401D8

Color information

#5401D8 (or 0x5401D8) is unknown color: approx Han Purple. HEX triplet: 54, 01 and D8. RGB value is (84,1,216). Sum of RGB (Red+Green+Blue) = 84+1+216=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 216 (84.77% from 255 or 71.76% from 301); Max value from RGB is 216 - color contains mainly: blue. Hex color #5401D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5401D8 is #ABFE27. Grayscale: #313131. Windows color (decimal): -11271720 or 14156116. OLE color: 14156116.

HSL color Cylindrical-coordinate representation of color #5401D8: hue angle of 263.16º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5401D8 is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB841216-
CMYK0.611.0000.15
HSL263.16º99.08%42.55%-
HSV(B)263.16º99.54%84.71%-
XYZ16.066.8665.44-
YUV50.33221.5152.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 216 (84.77% from 255) = 71.76%
R=27.91%
G=0.33%
B=71.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8412160.611.0000.15263.1699.0842.55
Hex541D83D640F107632b
Octal12413307514401740714353
Binary10101001110110001111011100100011111000001111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5401D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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