#541ACC

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

Shades of Purple Heart #541ACC

Tints of Purple Heart #541ACC

Color information

#541ACC (or 0x541ACC) is unknown color: approx Purple Heart. HEX triplet: 54, 1A and CC. RGB value is (84,26,204). Sum of RGB (Red+Green+Blue) = 84+26+204=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #541ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ACC is #ABE533. Grayscale: #3E3E3E. Windows color (decimal): -11265332 or 13376084. OLE color: 13376084.

HSL color Cylindrical-coordinate representation of color #541ACC: hue angle of 259.55º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541ACC is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8426204-
CMYK0.590.8700.2
HSL259.55º77.39%45.1%-
HSV(B)259.55º87.25%80%-
XYZ14.926.9857.69-
YUV63.63207.22142.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 26 (10.55% from 255) = 8.28%
BLUE value IS 204 (80.08% from 255) = 64.97%
R=26.75%
G=8.28%
B=64.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal84262040.590.8700.2259.5577.3945.1
Hex541ACC3B570141044d2d
Octal124323147312702440411555
Binary1010100110101100110011101110101110101001000001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,26,204); }

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

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

 a { background-color: rgb(84,26,204); }

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

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

 span { border-color: rgb(84,26,204); }

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