#541fe1

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

Shades of Han Purple #541FE1

Tints of Han Purple #541FE1

Color information

#541FE1 (or 0x541FE1) is unknown color: approx Han Purple. HEX triplet: 54, 1F and E1. RGB value is (84,31,225). Sum of RGB (Red+Green+Blue) = 84+31+225=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #541FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541FE1 is #ABE01E. Grayscale: #444444. Windows color (decimal): -11264031 or 14753620. OLE color: 14753620.

HSL color Cylindrical-coordinate representation of color #541FE1: hue angle of 256.39º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541FE1 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8431225-
CMYK0.630.8600.12
HSL256.39º76.38%50.2%-
HSV(B)256.39º86.22%88.24%-
XYZ17.748.371.9-
YUV68.96216.06138.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 31 (12.5% from 255) = 9.12%
BLUE value IS 225 (88.28% from 255) = 66.18%
R=24.71%
G=9.12%
B=66.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal84312250.630.8600.12256.3976.3850.2
Hex541FE13F560C1004c32
Octal124373417712601440011462
Binary101010011111111000011111111010110011001000000001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541fe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541fe1; }

 p { color: rgb(84,31,225); }

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

<style>
 a { background-color: #541fe1; }

 a { background-color: rgb(84,31,225); }

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

<style>
 span { border-color: #541fe1; }

 span { border-color: rgb(84,31,225); }

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