#541AC5

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

Shades of Purple Heart #541AC5

Tints of Purple Heart #541AC5

Color information

#541AC5 (or 0x541AC5) is unknown color: approx Purple Heart. HEX triplet: 54, 1A and C5. RGB value is (84,26,197). Sum of RGB (Red+Green+Blue) = 84+26+197=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 197 (77.34% from 255 or 64.17% from 307); Max value from RGB is 197 - color contains mainly: blue. Hex color #541AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541AC5 is #ABE53A. Grayscale: #3E3E3E. Windows color (decimal): -11265339 or 12917332. OLE color: 12917332.

HSL color Cylindrical-coordinate representation of color #541AC5: hue angle of 260.35º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541AC5 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8426197-
CMYK0.570.8700.23
HSL260.35º76.68%43.73%-
HSV(B)260.35º86.8%77.25%-
XYZ14.16.6553.36-
YUV62.84203.72143.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 197 (77.34% from 255) = 64.17%
R=27.36%
G=8.47%
B=64.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal84261970.570.8700.23260.3576.6843.73
Hex541AC539570171044d2c
Octal124323057112702740411554
Binary1010100110101100010111100110101110101111000001001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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