#5632AA

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

Shades of Purple Heart #5632AA

Tints of Purple Heart #5632AA

Color information

#5632AA (or 0x5632AA) is unknown color: approx Purple Heart. HEX triplet: 56, 32 and AA. RGB value is (86,50,170). Sum of RGB (Red+Green+Blue) = 86+50+170=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #5632AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5632AA is #A9CD55. Grayscale: #4A4A4A. Windows color (decimal): -11128150 or 11154006. OLE color: 11154006.

HSL color Cylindrical-coordinate representation of color #5632AA: hue angle of 258º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5632AA is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8650170-
CMYK0.490.7100.33
HSL258º54.55%43.14%-
HSV(B)258º70.59%66.67%-
XYZ12.237.1638.77-
YUV74.44181.93136.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=28.10%
G=16.34%
B=55.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86501700.490.7100.3325854.5543.14
Hex5632AA3147021102372b
Octal12662252611070414026753
Binary10101101100101010101011000110001110100001100000010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5632AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,50,170); }

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

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

 a { background-color: rgb(86,50,170); }

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

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

 span { border-color: rgb(86,50,170); }

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