Html Css Color HEX #541CE0 Han Purple

📋 copy color: '#541CE0'

red 84 ◦ green 28 ◦ blue 224

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

Shades of Han Purple #541CE0

Tints of Han Purple #541CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 66.67%

R = 25%
G = 8.33%
B = 66.67%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#541CE0 (or 0x541CE0) is known color: Han Purple. HEX triplet: 54, 1C and E0. RGB value is (84,28,224). Sum of RGB (Red+Green+Blue) = 84+28+224=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #541CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541CE0 is #ABE31F. Grayscale: #424242. Windows color (decimal): -11264800 or 14687316. OLE color: 14687316.

HSL color Cylindrical-coordinate representation of color #541CE0: hue angle of 257.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541CE0 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 28 224 -
CMYK 0.62 0.88 0 0.12
HSL 257.14º 0.78% 0.49% -
HSV(B) 257.14º 0.88% 0.88% -
XYZ 17.53 8.1 71.16 -
YUV 67.09 216.55 140.06 -
System Red Green Blue C M Y K H S L
Decimal 84 28 224 0.62 0.88 0 0.12 257.14 0.78 0.49
Hex 54 1C E0 3E 58 0 C 101 4E 31
Octal 124 34 340 76 130 0 14 401 116 61
Binary 1010100 11100 11100000 111110 1011000 0 1100 100000001 1001110 110001

Color Harmonies of #541CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541CE0

Black with #541CE0

Text Example


Text Example

White with #541CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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