#5522aa

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

Shades of Purple Heart #5522AA

Tints of Purple Heart #5522AA

Color information

#5522AA (or 0x5522AA) is unknown color: approx Purple Heart. HEX triplet: 55, 22 and AA. RGB value is (85,34,170). Sum of RGB (Red+Green+Blue) = 85+34+170=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #5522AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5522AA is #AADD55. Grayscale: #404040. Windows color (decimal): -11197782 or 11149909. OLE color: 11149909.

HSL color Cylindrical-coordinate representation of color #5522AA: hue angle of 262.5º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5522AA is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8534170-
CMYK0.500.8000.33
HSL262.5º66.67%40%-
HSV(B)262.5º80%66.67%-
XYZ11.575.9838.57-
YUV64.75187.4142.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 170 (66.80% from 255) = 58.82%
R=29.41%
G=11.76%
B=58.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85341700.500.8000.33262.566.6740
Hex5522AA32500211064328
Octal125422526212004140610350
Binary101010110001010101010110010101000001000011000001101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5522aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,34,170); }

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

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

 a { background-color: rgb(85,34,170); }

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

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

 span { border-color: rgb(85,34,170); }

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