#541FDA

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

Shades of Han Purple #541FDA

Tints of Han Purple #541FDA

Color information

#541FDA (or 0x541FDA) is unknown color: approx Han Purple. HEX triplet: 54, 1F and DA. RGB value is (84,31,218). Sum of RGB (Red+Green+Blue) = 84+31+218=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #541FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541FDA is #ABE025. Grayscale: #434343. Windows color (decimal): -11264038 or 14294868. OLE color: 14294868.

HSL color Cylindrical-coordinate representation of color #541FDA: hue angle of 257.01º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541FDA is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8431218-
CMYK0.610.8600.15
HSL257.01º75.1%48.82%-
HSV(B)257.01º85.78%85.49%-
XYZ16.87.9366.97-
YUV68.17212.56139.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 31 (12.5% from 255) = 9.31%
BLUE value IS 218 (85.55% from 255) = 65.47%
R=25.23%
G=9.31%
B=65.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal84312180.610.8600.15257.0175.148.82
Hex541FDA3D560F1014b31
Octal124373327512601740111361
Binary101010011111110110101111011010110011111000000011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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