#5411aa

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

Shades of Purple Heart #5411AA

Tints of Purple Heart #5411AA

Color information

#5411AA (or 0x5411AA) is unknown color: approx Purple Heart. HEX triplet: 54, 11 and AA. RGB value is (84,17,170). Sum of RGB (Red+Green+Blue) = 84+17+170=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #5411AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5411AA is #ABEE55. Grayscale: #353535. Windows color (decimal): -11267670 or 11145556. OLE color: 11145556.

HSL color Cylindrical-coordinate representation of color #5411AA: hue angle of 266.27º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5411AA is Cyan = 0.51, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8417170-
CMYK0.510.900.33
HSL266.27º81.82%36.67%-
HSV(B)266.27º90%66.67%-
XYZ11.115.1938.45-
YUV54.47193.2149.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 17 (7.03% from 255) = 6.27%
BLUE value IS 170 (66.80% from 255) = 62.73%
R=31.00%
G=6.27%
B=62.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84171700.510.900.33266.2781.8236.67
Hex5411AA335A02110a5225
Octal124212526313204141212245
Binary10101001000110101010110011101101001000011000010101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5411aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5411aa; }

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

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

<style>
 a { background-color: #5411aa; }

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

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

<style>
 span { border-color: #5411aa; }

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

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