#5532AE

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

Shades of Purple Heart #5532AE

Tints of Purple Heart #5532AE

Color information

#5532AE (or 0x5532AE) is unknown color: approx Purple Heart. HEX triplet: 55, 32 and AE. RGB value is (85,50,174). Sum of RGB (Red+Green+Blue) = 85+50+174=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #5532AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5532AE is #AACD51. Grayscale: #4A4A4A. Windows color (decimal): -11193682 or 11416149. OLE color: 11416149.

HSL color Cylindrical-coordinate representation of color #5532AE: hue angle of 256.94º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5532AE is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8550174-
CMYK0.510.7100.32
HSL256.94º55.36%43.92%-
HSV(B)256.94º71.26%68.24%-
XYZ12.537.2740.79-
YUV74.6184.1135.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=27.51%
G=16.18%
B=56.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85501740.510.7100.32256.9455.3643.92
Hex5532AE3347020101372c
Octal12562256631070404016754
Binary10101011100101010111011001110001110100000100000001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5532AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5532AE; }

 p { color: rgb(85,50,174); }

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

<style>
 a { background-color: #5532AE; }

 a { background-color: rgb(85,50,174); }

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

<style>
 span { border-color: #5532AE; }

 span { border-color: rgb(85,50,174); }

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