Html Css Color HEX #541CE9 Han Purple

📋 copy color: '#541CE9'

red 84 ◦ green 28 ◦ blue 233

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

Shades of Han Purple #541CE9

Tints of Han Purple #541CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 67.54%

R = 24.35%
G = 8.12%
B = 67.54%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#541CE9 (or 0x541CE9) is known color: Han Purple. HEX triplet: 54, 1C and E9. RGB value is (84,28,233). Sum of RGB (Red+Green+Blue) = 84+28+233=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 233 (91.41% from 255 or 67.54% from 345); Max value from RGB is 233 - color contains mainly: blue. Hex color #541CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541CE9 is #ABE316. Grayscale: #434343. Windows color (decimal): -11264791 or 15277140. OLE color: 15277140.

HSL color Cylindrical-coordinate representation of color #541CE9: hue angle of 256.39º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541CE9 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 28 233 -
CMYK 0.64 0.88 0 0.09
HSL 256.39º 0.82% 0.51% -
HSV(B) 256.39º 0.88% 0.91% -
XYZ 18.78 8.6 77.76 -
YUV 68.11 221.05 139.33 -
System Red Green Blue C M Y K H S L
Decimal 84 28 233 0.64 0.88 0 0.09 256.39 0.82 0.51
Hex 54 1C E9 40 58 0 9 100 52 33
Octal 124 34 351 100 130 0 11 400 122 63
Binary 1010100 11100 11101001 1000000 1011000 0 1001 100000000 1010010 110011

Color Harmonies of #541CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541CE9

Black with #541CE9

Text Example


Text Example

White with #541CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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