#5425AA

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

Shades of Purple Heart #5425AA

Tints of Purple Heart #5425AA

Color information

#5425AA (or 0x5425AA) is unknown color: approx Purple Heart. HEX triplet: 54, 25 and AA. RGB value is (84,37,170). Sum of RGB (Red+Green+Blue) = 84+37+170=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #5425AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5425AA is #ABDA55. Grayscale: #414141. Windows color (decimal): -11262550 or 11150676. OLE color: 11150676.

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

Color convert

RGB8437170-
CMYK0.510.7800.33
HSL261.2º64.25%40.59%-
HSV(B)261.2º78.24%66.67%-
XYZ11.576.1138.6-
YUV66.21186.57140.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=28.87%
G=12.71%
B=58.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84371700.510.7800.33261.264.2540.59
Hex5425AA334E0211054029
Octal124452526311604140510051
Binary101010010010110101010110011100111001000011000001011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5425AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5425AA; }

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

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

<style>
 a { background-color: #5425AA; }

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

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

<style>
 span { border-color: #5425AA; }

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

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