#541CEC

Color #541CEC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #541CEC

Tints of Han Purple #541CEC

Color information

#541CEC (or 0x541CEC) is unknown color: approx Han Purple. HEX triplet: 54, 1C and EC. RGB value is (84,28,236). Sum of RGB (Red+Green+Blue) = 84+28+236=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #541CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541CEC is #ABE313. Grayscale: #434343. Windows color (decimal): -11264788 or 15473748. OLE color: 15473748.

HSL color Cylindrical-coordinate representation of color #541CEC: hue angle of 256.15º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541CEC is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8428236-
CMYK0.640.8800.07
HSL256.15º84.55%51.76%-
HSV(B)256.15º88.14%92.55%-
XYZ19.218.7780.04-
YUV68.46222.55139.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 28 (11.33% from 255) = 8.05%
BLUE value IS 236 (92.58% from 255) = 67.82%
R=24.14%
G=8.05%
B=67.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal84282360.640.8800.07256.1584.5551.76
Hex541CEC4058071005534
Octal124343541001300740012564
Binary101010011100111011001000000101100001111000000001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #541CEC;
 }
 .AnyTagClassName
 {
   color: #541CEC;
 }
</style>
background-color css

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

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

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

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

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

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