#5410E5

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

Shades of Han Purple #5410E5

Tints of Han Purple #5410E5

Color information

#5410E5 (or 0x5410E5) is unknown color: approx Han Purple. HEX triplet: 54, 10 and E5. RGB value is (84,16,229). Sum of RGB (Red+Green+Blue) = 84+16+229=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 229 (89.84% from 255 or 69.60% from 329); Max value from RGB is 229 - color contains mainly: blue. Hex color #5410E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5410E5 is #ABEF1A. Grayscale: #3B3B3B. Windows color (decimal): -11267867 or 15011924. OLE color: 15011924.

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

Color convert

RGB8416229-
CMYK0.630.9300.10
HSL259.15º86.94%48.04%-
HSV(B)259.15º93.01%89.8%-
XYZ17.987.9174.71-
YUV60.61223.03144.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 16 (6.64% from 255) = 4.86%
BLUE value IS 229 (89.84% from 255) = 69.60%
R=25.53%
G=4.86%
B=69.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal84162290.630.9300.10259.1586.9448.04
Hex5410E53F5D0A1035730
Octal124203457713501240312760
Binary101010010000111001011111111011101010101000000111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5410E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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