Html Css Color HEX #541CE6 Han Purple

📋 copy color: '#541CE6'

red 84 ◦ green 28 ◦ blue 230

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

Shades of Han Purple #541CE6

Tints of Han Purple #541CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 67.25%

R = 24.56%
G = 8.19%
B = 67.25%

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

#541CE6 (or 0x541CE6) is known color: Han Purple. HEX triplet: 54, 1C and E6. RGB value is (84,28,230). Sum of RGB (Red+Green+Blue) = 84+28+230=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 230 (90.23% from 255 or 67.25% from 342); Max value from RGB is 230 - color contains mainly: blue. Hex color #541CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541CE6 is #ABE319. Grayscale: #434343. Windows color (decimal): -11264794 or 15080532. OLE color: 15080532.

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

Color convert

RGB 84 28 230 -
CMYK 0.63 0.88 0 0.10
HSL 256.63º 0.8% 0.51% -
HSV(B) 256.63º 0.88% 0.9% -
XYZ 18.35 8.43 75.52 -
YUV 67.77 219.55 139.57 -
System Red Green Blue C M Y K H S L
Decimal 84 28 230 0.63 0.88 0 0.10 256.63 0.8 0.51
Hex 54 1C E6 3F 58 0 A 101 50 33
Octal 124 34 346 77 130 0 12 401 120 63
Binary 1010100 11100 11100110 111111 1011000 0 1010 100000001 1010000 110011

Color Harmonies of #541CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541CE6

Black with #541CE6

Text Example


Text Example

White with #541CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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