Html Css Color HEX #541FF1 Han Purple

📋 copy color: '#541FF1'

red 84 ◦ green 31 ◦ blue 241

#541FF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #541FF1

Tints of Han Purple #541FF1

RGB

 RED value IS 84 (33.2% from 255) = 23.6%

 GREEN value IS 31 (12.5% from 255) = 8.71%

 BLUE value IS 241 (94.53% from 255) = 67.7%

R = 23.6%
G = 8.71%
B = 67.7%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#541FF1 (or 0x541FF1) is known color: Han Purple. HEX triplet: 54, 1F and F1. RGB value is (84,31,241). Sum of RGB (Red+Green+Blue) = 84+31+241=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #541FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541FF1 is #ABE00E. Grayscale: #464646. Windows color (decimal): -11264015 or 15802196. OLE color: 15802196.

HSL color Cylindrical-coordinate representation of color #541FF1: hue angle of 255.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541FF1 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 31 241 -
CMYK 0.65 0.87 0 0.05
HSL 255.14º 0.88% 0.53% -
HSV(B) 255.14º 0.87% 0.95% -
XYZ 20.02 9.22 83.94 -
YUV 70.79 224.06 137.42 -
System Red Green Blue C M Y K H S L
Decimal 84 31 241 0.65 0.87 0 0.05 255.14 0.88 0.53
Hex 54 1F F1 41 57 0 5 FF 58 35
Octal 124 37 361 101 127 0 5 377 130 65
Binary 1010100 11111 11110001 1000001 1010111 0 101 11111111 1011000 110101

Color Harmonies of #541FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541FF1

Black with #541FF1

Text Example


Text Example

White with #541FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #541FF1;
 }
 .AnyTagClassName
 {
   color: #541FF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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