#541CAA

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

Shades of Purple Heart #541CAA

Tints of Purple Heart #541CAA

Color information

#541CAA (or 0x541CAA) is unknown color: approx Purple Heart. HEX triplet: 54, 1C and AA. RGB value is (84,28,170). Sum of RGB (Red+Green+Blue) = 84+28+170=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #541CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541CAA is #ABE355. Grayscale: #3C3C3C. Windows color (decimal): -11264854 or 11148372. OLE color: 11148372.

HSL color Cylindrical-coordinate representation of color #541CAA: hue angle of 263.66º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541CAA is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8428170-
CMYK0.510.8400.33
HSL263.66º71.72%38.82%-
HSV(B)263.66º83.53%66.67%-
XYZ11.335.6238.52-
YUV60.93189.55144.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.79%
GREEN value IS 28 (11.33% from 255) = 9.93%
BLUE value IS 170 (66.80% from 255) = 60.28%
R=29.79%
G=9.93%
B=60.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84281700.510.8400.33263.6671.7238.82
Hex541CAA33540211084827
Octal124342526312404141011047
Binary10101001110010101010110011101010001000011000010001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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