Html Css Color HEX #541CE5 Han Purple

📋 copy color: '#541CE5'

red 84 ◦ green 28 ◦ blue 229

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

Shades of Han Purple #541CE5

Tints of Han Purple #541CE5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.21%

 BLUE value IS 229 (89.84% from 255) = 67.16%

R = 24.63%
G = 8.21%
B = 67.16%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#541CE5 (or 0x541CE5) is known color: Han Purple. HEX triplet: 54, 1C and E5. RGB value is (84,28,229). Sum of RGB (Red+Green+Blue) = 84+28+229=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 229 (89.84% from 255 or 67.16% from 341); Max value from RGB is 229 - color contains mainly: blue. Hex color #541CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541CE5 is #ABE31A. Grayscale: #424242. Windows color (decimal): -11264795 or 15014996. OLE color: 15014996.

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

Color convert

RGB 84 28 229 -
CMYK 0.63 0.88 0 0.10
HSL 256.72º 0.79% 0.5% -
HSV(B) 256.72º 0.88% 0.9% -
XYZ 18.21 8.37 74.78 -
YUV 67.66 219.05 139.66 -
System Red Green Blue C M Y K H S L
Decimal 84 28 229 0.63 0.88 0 0.10 256.72 0.79 0.5
Hex 54 1C E5 3F 58 0 A 101 4F 32
Octal 124 34 345 77 130 0 12 401 117 62
Binary 1010100 11100 11100101 111111 1011000 0 1010 100000001 1001111 110010

Color Harmonies of #541CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541CE5

Black with #541CE5

Text Example


Text Example

White with #541CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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