#541AA2

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

Shades of Purple Heart #541AA2

Tints of Purple Heart #541AA2

Color information

#541AA2 (or 0x541AA2) is unknown color: approx Purple Heart. HEX triplet: 54, 1A and A2. RGB value is (84,26,162). Sum of RGB (Red+Green+Blue) = 84+26+162=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 162 (63.67% from 255 or 59.56% from 272); Max value from RGB is 162 - color contains mainly: blue. Hex color #541AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541AA2 is #ABE55D. Grayscale: #3A3A3A. Windows color (decimal): -11265374 or 10623572. OLE color: 10623572.

HSL color Cylindrical-coordinate representation of color #541AA2: hue angle of 265.59º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541AA2 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8426162-
CMYK0.480.8400.36
HSL265.59º72.34%36.86%-
HSV(B)265.59º83.95%63.53%-
XYZ10.555.2334.64-
YUV58.85186.22145.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.88%
GREEN value IS 26 (10.55% from 255) = 9.56%
BLUE value IS 162 (63.67% from 255) = 59.56%
R=30.88%
G=9.56%
B=59.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84261620.480.8400.36265.5972.3436.86
Hex541AA2305402410a4825
Octal124322426012404441211045
Binary10101001101010100010110000101010001001001000010101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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